Html Css Color HEX #D810AB Hollywood Cerise

📋 copy color: '#D810AB'

red 216 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #D810AB

Tints of Hollywood Cerise #D810AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

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

R = 53.6%
G = 3.97%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D810AB (or 0xD810AB) is known color: Hollywood Cerise. HEX triplet: D8, 10 and AB. RGB value is (216,16,171). Sum of RGB (Red+Green+Blue) = 216+16+171=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D810AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D810AB is #27EF54. Grayscale: #5D5D5D. Windows color (decimal): -2617173 or 11210968. OLE color: 11210968.

HSL color Cylindrical-coordinate representation of color #D810AB: hue angle of 313.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810AB is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 171 -
CMYK 0 0.93 0.21 0.15
HSL 313.5º 0.86% 0.45% -
HSV(B) 313.5º 0.93% 0.85% -
XYZ 35.85 17.91 40.1 -
YUV 93.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 216 16 171 0 0.93 0.21 0.15 313.5 0.86 0.45
Hex D8 10 AB 0 5D 15 F 13A 56 2D
Octal 330 20 253 0 135 25 17 472 126 55
Binary 11011000 10000 10101011 0 1011101 10101 1111 100111010 1010110 101101

Color Harmonies of #D810AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810AB

Black with #D810AB

Text Example


Text Example

White with #D810AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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