Html Css Color HEX #D800AB Hollywood Cerise

📋 copy color: '#D800AB'

red 216 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #D800AB

Tints of Hollywood Cerise #D800AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D800AB (or 0xD800AB) is known color: Hollywood Cerise. HEX triplet: D8, 00 and AB. RGB value is (216,0,171). Sum of RGB (Red+Green+Blue) = 216+0+171=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D800AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800AB is #27FF54. Grayscale: #535353. Windows color (decimal): -2621269 or 11206872. OLE color: 11206872.

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

Color convert

RGB 216 0 171 -
CMYK 0 1 0.21 0.15
HSL 312.5º 1% 0.42% -
HSV(B) 312.5º 1% 0.85% -
XYZ 35.67 17.54 40.03 -
YUV 84.08 177.06 222.1 -
System Red Green Blue C M Y K H S L
Decimal 216 0 171 0 1 0.21 0.15 312.5 1 0.42
Hex D8 0 AB 0 64 15 F 138 64 2A
Octal 330 0 253 0 144 25 17 470 144 52
Binary 11011000 0 10101011 0 1100100 10101 1111 100111000 1100100 101010

Color Harmonies of #D800AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800AB

Black with #D800AB

Text Example


Text Example

White with #D800AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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