Html Css Color HEX #DB62B2 Hot Pink

📋 copy color: '#DB62B2'

red 219 ◦ green 98 ◦ blue 178

#DB62B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DB62B2

Tints of Hot Pink #DB62B2

RGB

 RED value IS 219 (85.94% from 255) = 44.24%

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 44.24%
G = 19.8%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB62B2 (or 0xDB62B2) is known color: Hot Pink. HEX triplet: DB, 62 and B2. RGB value is (219,98,178). Sum of RGB (Red+Green+Blue) = 219+98+178=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62B2 is #249D4D. Grayscale: #8F8F8F. Windows color (decimal): -2399566 or 11690715. OLE color: 11690715.

HSL color Cylindrical-coordinate representation of color #DB62B2: hue angle of 320.33º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62B2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 178 -
CMYK 0 0.55 0.19 0.14
HSL 320.33º 0.63% 0.62% -
HSV(B) 320.33º 0.55% 0.86% -
XYZ 41.62 27.01 45.14 -
YUV 143.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 219 98 178 0 0.55 0.19 0.14 320.33 0.63 0.62
Hex DB 62 B2 0 37 13 E 140 3F 3E
Octal 333 142 262 0 67 23 16 500 77 76
Binary 11011011 1100010 10110010 0 110111 10011 1110 101000000 111111 111110

Color Harmonies of #DB62B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62B2

Black with #DB62B2

Text Example


Text Example

White with #DB62B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62B2; }

 p { color: rgb(219,98,178); }

 H1.HeaderClassName
 {
   color: #DB62B2;
 }
 .AnyTagClassName
 {
   color: #DB62B2;
 }
</style>

background-color css

<style>
 a { background-color: #DB62B2; }

 a { background-color: rgb(219,98,178); }

 div.DivClassName
 {
   background-color: #DB62B2;
 }
 .BgClassName
 {
   background-color: #DB62B2;
 }
</style>

border-color css

<style>
 span { border-color: #DB62B2; }

 span { border-color: rgb(219,98,178); }

 td.TdClassName
 {
   border-color: #DB62B2;
 }
 .TagClassName
 {
   border-color: #DB62B2;
 }
</style>