Html Css Color HEX #D800A4 Hollywood Cerise

📋 copy color: '#D800A4'

red 216 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #D800A4

Tints of Hollywood Cerise #D800A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.16%

R = 56.84%
G = 0%
B = 43.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D800A4 (or 0xD800A4) is known color: Hollywood Cerise. HEX triplet: D8, 00 and A4. RGB value is (216,0,164). Sum of RGB (Red+Green+Blue) = 216+0+164=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D800A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800A4 is #27FF5B. Grayscale: #525252. Windows color (decimal): -2621276 or 10748120. OLE color: 10748120.

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

Color convert

RGB 216 0 164 -
CMYK 0 1 0.24 0.15
HSL 314.44º 1% 0.42% -
HSV(B) 314.44º 1% 0.85% -
XYZ 35.02 17.28 36.61 -
YUV 83.28 173.56 222.66 -
System Red Green Blue C M Y K H S L
Decimal 216 0 164 0 1 0.24 0.15 314.44 1 0.42
Hex D8 0 A4 0 64 18 F 13A 64 2A
Octal 330 0 244 0 144 30 17 472 144 52
Binary 11011000 0 10100100 0 1100100 11000 1111 100111010 1100100 101010

Color Harmonies of #D800A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800A4

Black with #D800A4

Text Example


Text Example

White with #D800A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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