Html Css Color HEX #D918A8 Hollywood Cerise

📋 copy color: '#D918A8'

red 217 ◦ green 24 ◦ blue 168

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

Shades of Hollywood Cerise #D918A8

Tints of Hollywood Cerise #D918A8

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

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

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

R = 53.06%
G = 5.87%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D918A8 (or 0xD918A8) is known color: Hollywood Cerise. HEX triplet: D9, 18 and A8. RGB value is (217,24,168). Sum of RGB (Red+Green+Blue) = 217+24+168=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D918A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D918A8 is #26E757. Grayscale: #616161. Windows color (decimal): -2549592 or 11016409. OLE color: 11016409.

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

Color convert

RGB 217 24 168 -
CMYK 0 0.89 0.23 0.15
HSL 315.23º 0.8% 0.47% -
HSV(B) 315.23º 0.89% 0.85% -
XYZ 36.01 18.23 38.67 -
YUV 98.12 167.44 212.79 -
System Red Green Blue C M Y K H S L
Decimal 217 24 168 0 0.89 0.23 0.15 315.23 0.8 0.47
Hex D9 18 A8 0 59 17 F 13B 50 2F
Octal 331 30 250 0 131 27 17 473 120 57
Binary 11011001 11000 10101000 0 1011001 10111 1111 100111011 1010000 101111

Color Harmonies of #D918A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918A8

Black with #D918A8

Text Example


Text Example

White with #D918A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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