Html Css Color HEX #D818A8 Hollywood Cerise

📋 copy color: '#D818A8'

red 216 ◦ green 24 ◦ blue 168

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

Shades of Hollywood Cerise #D818A8

Tints of Hollywood Cerise #D818A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 52.94%
G = 5.88%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D818A8 (or 0xD818A8) is known color: Hollywood Cerise. HEX triplet: D8, 18 and A8. RGB value is (216,24,168). Sum of RGB (Red+Green+Blue) = 216+24+168=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D818A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D818A8 is #27E757. Grayscale: #616161. Windows color (decimal): -2615128 or 11016408. OLE color: 11016408.

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

Color convert

RGB 216 24 168 -
CMYK 0 0.89 0.22 0.15
HSL 315º 0.8% 0.47% -
HSV(B) 315º 0.89% 0.85% -
XYZ 35.71 18.08 38.65 -
YUV 97.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 216 24 168 0 0.89 0.22 0.15 315 0.8 0.47
Hex D8 18 A8 0 59 16 F 13B 50 2F
Octal 330 30 250 0 131 26 17 473 120 57
Binary 11011000 11000 10101000 0 1011001 10110 1111 100111011 1010000 101111

Color Harmonies of #D818A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818A8

Black with #D818A8

Text Example


Text Example

White with #D818A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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