Html Css Color HEX #D8009B Hollywood Cerise

📋 copy color: '#D8009B'

red 216 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #D8009B

Tints of Hollywood Cerise #D8009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 58.22%
G = 0%
B = 41.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8009B (or 0xD8009B) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 9B. RGB value is (216,0,155). Sum of RGB (Red+Green+Blue) = 216+0+155=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D8009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8009B is #27FF64. Grayscale: #515151. Windows color (decimal): -2621285 or 10158296. OLE color: 10158296.

HSL color Cylindrical-coordinate representation of color #D8009B: hue angle of 316.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8009B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 155 -
CMYK 0 1 0.28 0.15
HSL 316.94º 1% 0.42% -
HSV(B) 316.94º 1% 0.85% -
XYZ 34.24 16.97 32.48 -
YUV 82.25 169.06 223.4 -
System Red Green Blue C M Y K H S L
Decimal 216 0 155 0 1 0.28 0.15 316.94 1 0.42
Hex D8 0 9B 0 64 1C F 13D 64 2A
Octal 330 0 233 0 144 34 17 475 144 52
Binary 11011000 0 10011011 0 1100100 11100 1111 100111101 1100100 101010

Color Harmonies of #D8009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8009B

Black with #D8009B

Text Example


Text Example

White with #D8009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8009B; }

 p { color: rgb(216,0,155); }

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

background-color css

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

 a { background-color: rgb(216,0,155); }

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

border-color css

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

 span { border-color: rgb(216,0,155); }

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