Html Css Color HEX #D8029D Hollywood Cerise

📋 copy color: '#D8029D'

red 216 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #D8029D

Tints of Hollywood Cerise #D8029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 57.6%
G = 0.53%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8029D (or 0xD8029D) is known color: Hollywood Cerise. HEX triplet: D8, 02 and 9D. RGB value is (216,2,157). Sum of RGB (Red+Green+Blue) = 216+2+157=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8029D is #27FD62. Grayscale: #535353. Windows color (decimal): -2620771 or 10289880. OLE color: 10289880.

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

Color convert

RGB 216 2 157 -
CMYK 0 0.99 0.27 0.15
HSL 316.54º 0.98% 0.43% -
HSV(B) 316.54º 0.99% 0.85% -
XYZ 34.43 17.08 33.38 -
YUV 83.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 216 2 157 0 0.99 0.27 0.15 316.54 0.98 0.43
Hex D8 2 9D 0 63 1B F 13D 62 2B
Octal 330 2 235 0 143 33 17 475 142 53
Binary 11011000 10 10011101 0 1100011 11011 1111 100111101 1100010 101011

Color Harmonies of #D8029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8029D

Black with #D8029D

Text Example


Text Example

White with #D8029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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