Html Css Color HEX #D919A6 Hollywood Cerise

📋 copy color: '#D919A6'

red 217 ◦ green 25 ◦ blue 166

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

Shades of Hollywood Cerise #D919A6

Tints of Hollywood Cerise #D919A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 53.19%
G = 6.13%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D919A6 (or 0xD919A6) is known color: Hollywood Cerise. HEX triplet: D9, 19 and A6. RGB value is (217,25,166). Sum of RGB (Red+Green+Blue) = 217+25+166=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A6 is #26E659. Grayscale: #626262. Windows color (decimal): -2549338 or 10885593. OLE color: 10885593.

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

Color convert

RGB 217 25 166 -
CMYK 0 0.88 0.24 0.15
HSL 315.94º 0.79% 0.47% -
HSV(B) 315.94º 0.88% 0.85% -
XYZ 35.85 18.2 37.7 -
YUV 98.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 217 25 166 0 0.88 0.24 0.15 315.94 0.79 0.47
Hex D9 19 A6 0 58 18 F 13C 4F 2F
Octal 331 31 246 0 130 30 17 474 117 57
Binary 11011001 11001 10100110 0 1011000 11000 1111 100111100 1001111 101111

Color Harmonies of #D919A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919A6

Black with #D919A6

Text Example


Text Example

White with #D919A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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