Html Css Color HEX #D919A8 Hollywood Cerise

📋 copy color: '#D919A8'

red 217 ◦ green 25 ◦ blue 168

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

Shades of Hollywood Cerise #D919A8

Tints of Hollywood Cerise #D919A8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

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

R = 52.93%
G = 6.1%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D919A8 (or 0xD919A8) is known color: Hollywood Cerise. HEX triplet: D9, 19 and A8. RGB value is (217,25,168). Sum of RGB (Red+Green+Blue) = 217+25+168=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A8 is #26E657. Grayscale: #626262. Windows color (decimal): -2549336 or 11016665. OLE color: 11016665.

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

Color convert

RGB 217 25 168 -
CMYK 0 0.88 0.23 0.15
HSL 315.31º 0.79% 0.47% -
HSV(B) 315.31º 0.88% 0.85% -
XYZ 36.03 18.27 38.67 -
YUV 98.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 217 25 168 0 0.88 0.23 0.15 315.31 0.79 0.47
Hex D9 19 A8 0 58 17 F 13B 4F 2F
Octal 331 31 250 0 130 27 17 473 117 57
Binary 11011001 11001 10101000 0 1011000 10111 1111 100111011 1001111 101111

Color Harmonies of #D919A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919A8

Black with #D919A8

Text Example


Text Example

White with #D919A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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