Html Css Color HEX #D818AB Hollywood Cerise

📋 copy color: '#D818AB'

red 216 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #D818AB

Tints of Hollywood Cerise #D818AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

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

R = 52.55%
G = 5.84%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D818AB (or 0xD818AB) is known color: Hollywood Cerise. HEX triplet: D8, 18 and AB. RGB value is (216,24,171). Sum of RGB (Red+Green+Blue) = 216+24+171=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D818AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D818AB is #27E754. Grayscale: #616161. Windows color (decimal): -2615125 or 11213016. OLE color: 11213016.

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

Color convert

RGB 216 24 171 -
CMYK 0 0.89 0.21 0.15
HSL 314.06º 0.8% 0.47% -
HSV(B) 314.06º 0.89% 0.85% -
XYZ 36 18.19 40.14 -
YUV 98.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 216 24 171 0 0.89 0.21 0.15 314.06 0.8 0.47
Hex D8 18 AB 0 59 15 F 13A 50 2F
Octal 330 30 253 0 131 25 17 472 120 57
Binary 11011000 11000 10101011 0 1011001 10101 1111 100111010 1010000 101111

Color Harmonies of #D818AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818AB

Black with #D818AB

Text Example


Text Example

White with #D818AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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