Html Css Color HEX #D818AD Hollywood Cerise

📋 copy color: '#D818AD'

red 216 ◦ green 24 ◦ blue 173

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

Shades of Hollywood Cerise #D818AD

Tints of Hollywood Cerise #D818AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 52.3%
G = 5.81%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D818AD (or 0xD818AD) is known color: Hollywood Cerise. HEX triplet: D8, 18 and AD. RGB value is (216,24,173). Sum of RGB (Red+Green+Blue) = 216+24+173=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D818AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D818AD is #27E752. Grayscale: #616161. Windows color (decimal): -2615123 or 11344088. OLE color: 11344088.

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

Color convert

RGB 216 24 173 -
CMYK 0 0.89 0.20 0.15
HSL 313.44º 0.8% 0.47% -
HSV(B) 313.44º 0.89% 0.85% -
XYZ 36.19 18.27 41.15 -
YUV 98.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 216 24 173 0 0.89 0.20 0.15 313.44 0.8 0.47
Hex D8 18 AD 0 59 14 F 139 50 2F
Octal 330 30 255 0 131 24 17 471 120 57
Binary 11011000 11000 10101101 0 1011001 10100 1111 100111001 1010000 101111

Color Harmonies of #D818AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818AD

Black with #D818AD

Text Example


Text Example

White with #D818AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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