Html Css Color HEX #D8029F Hollywood Cerise

📋 copy color: '#D8029F'

red 216 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D8029F

Tints of Hollywood Cerise #D8029F

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

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

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

R = 57.29%
G = 0.53%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8029F (or 0xD8029F) is known color: Hollywood Cerise. HEX triplet: D8, 02 and 9F. RGB value is (216,2,159). Sum of RGB (Red+Green+Blue) = 216+2+159=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8029F is #27FD60. Grayscale: #535353. Windows color (decimal): -2620769 or 10420952. OLE color: 10420952.

HSL color Cylindrical-coordinate representation of color #D8029F: hue angle of 315.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8029F is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 159 -
CMYK 0 0.99 0.26 0.15
HSL 315.98º 0.98% 0.43% -
HSV(B) 315.98º 0.99% 0.85% -
XYZ 34.6 17.15 34.29 -
YUV 83.88 170.4 222.23 -
System Red Green Blue C M Y K H S L
Decimal 216 2 159 0 0.99 0.26 0.15 315.98 0.98 0.43
Hex D8 2 9F 0 63 1A F 13C 62 2B
Octal 330 2 237 0 143 32 17 474 142 53
Binary 11011000 10 10011111 0 1100011 11010 1111 100111100 1100010 101011

Color Harmonies of #D8029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8029F

Black with #D8029F

Text Example


Text Example

White with #D8029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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