Html Css Color HEX #D6029F Hollywood Cerise

📋 copy color: '#D6029F'

red 214 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D6029F

Tints of Hollywood Cerise #D6029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 57.07%
G = 0.53%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6029F (or 0xD6029F) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 9F. RGB value is (214,2,159). Sum of RGB (Red+Green+Blue) = 214+2+159=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6029F is #29FD60. Grayscale: #525252. Windows color (decimal): -2751841 or 10420950. OLE color: 10420950.

HSL color Cylindrical-coordinate representation of color #D6029F: hue angle of 315.57º 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 #D6029F is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 159 -
CMYK 0 0.99 0.26 0.16
HSL 315.57º 0.98% 0.42% -
HSV(B) 315.57º 0.99% 0.84% -
XYZ 34.01 16.84 34.26 -
YUV 83.29 170.74 221.23 -
System Red Green Blue C M Y K H S L
Decimal 214 2 159 0 0.99 0.26 0.16 315.57 0.98 0.42
Hex D6 2 9F 0 63 1A 10 13C 62 2A
Octal 326 2 237 0 143 32 20 474 142 52
Binary 11010110 10 10011111 0 1100011 11010 10000 100111100 1100010 101010

Color Harmonies of #D6029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6029F

Black with #D6029F

Text Example


Text Example

White with #D6029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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