Html Css Color HEX #D6029C Hollywood Cerise

📋 copy color: '#D6029C'

red 214 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #D6029C

Tints of Hollywood Cerise #D6029C

RGB

 RED value IS 214 (83.98% from 255) = 57.53%

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 57.53%
G = 0.54%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6029C (or 0xD6029C) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 9C. RGB value is (214,2,156). Sum of RGB (Red+Green+Blue) = 214+2+156=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6029C is #29FD63. Grayscale: #525252. Windows color (decimal): -2751844 or 10224342. OLE color: 10224342.

HSL color Cylindrical-coordinate representation of color #D6029C: hue angle of 316.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6029C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 156 -
CMYK 0 0.99 0.27 0.16
HSL 316.42º 0.98% 0.42% -
HSV(B) 316.42º 0.99% 0.84% -
XYZ 33.75 16.74 32.9 -
YUV 82.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 214 2 156 0 0.99 0.27 0.16 316.42 0.98 0.42
Hex D6 2 9C 0 63 1B 10 13C 62 2A
Octal 326 2 234 0 143 33 20 474 142 52
Binary 11010110 10 10011100 0 1100011 11011 10000 100111100 1100010 101010

Color Harmonies of #D6029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6029C

Black with #D6029C

Text Example


Text Example

White with #D6029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6029C; }

 p { color: rgb(214,2,156); }

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

background-color css

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

 a { background-color: rgb(214,2,156); }

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

border-color css

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

 span { border-color: rgb(214,2,156); }

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