Html Css Color HEX #DB06A2 Hollywood Cerise

📋 copy color: '#DB06A2'

red 219 ◦ green 6 ◦ blue 162

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

Shades of Hollywood Cerise #DB06A2

Tints of Hollywood Cerise #DB06A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 56.59%
G = 1.55%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB06A2 (or 0xDB06A2) is known color: Hollywood Cerise. HEX triplet: DB, 06 and A2. RGB value is (219,6,162). Sum of RGB (Red+Green+Blue) = 219+6+162=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06A2 is #24F95D. Grayscale: #575757. Windows color (decimal): -2423134 or 10618587. OLE color: 10618587.

HSL color Cylindrical-coordinate representation of color #DB06A2: hue angle of 316.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 162 -
CMYK 0 0.97 0.26 0.14
HSL 316.06º 0.95% 0.44% -
HSV(B) 316.06º 0.97% 0.86% -
XYZ 35.8 17.8 35.73 -
YUV 87.47 170.07 221.82 -
System Red Green Blue C M Y K H S L
Decimal 219 6 162 0 0.97 0.26 0.14 316.06 0.95 0.44
Hex DB 6 A2 0 61 1A E 13C 5F 2C
Octal 333 6 242 0 141 32 16 474 137 54
Binary 11011011 110 10100010 0 1100001 11010 1110 100111100 1011111 101100

Color Harmonies of #DB06A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06A2

Black with #DB06A2

Text Example


Text Example

White with #DB06A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06A2; }

 p { color: rgb(219,6,162); }

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

background-color css

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

 a { background-color: rgb(219,6,162); }

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

border-color css

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

 span { border-color: rgb(219,6,162); }

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