Html Css Color HEX #D719A9 Hollywood Cerise

📋 copy color: '#D719A9'

red 215 ◦ green 25 ◦ blue 169

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

Shades of Hollywood Cerise #D719A9

Tints of Hollywood Cerise #D719A9

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

 BLUE value IS 169 (66.41% from 255) = 41.32%

R = 52.57%
G = 6.11%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D719A9 (or 0xD719A9) is known color: Hollywood Cerise. HEX triplet: D7, 19 and A9. RGB value is (215,25,169). Sum of RGB (Red+Green+Blue) = 215+25+169=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D719A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719A9 is #28E656. Grayscale: #616161. Windows color (decimal): -2680407 or 11082199. OLE color: 11082199.

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

Color convert

RGB 215 25 169 -
CMYK 0 0.88 0.21 0.16
HSL 314.53º 0.79% 0.47% -
HSV(B) 314.53º 0.88% 0.84% -
XYZ 35.53 18.01 39.14 -
YUV 98.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 215 25 169 0 0.88 0.21 0.16 314.53 0.79 0.47
Hex D7 19 A9 0 58 15 10 13B 4F 2F
Octal 327 31 251 0 130 25 20 473 117 57
Binary 11010111 11001 10101001 0 1011000 10101 10000 100111011 1001111 101111

Color Harmonies of #D719A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719A9

Black with #D719A9

Text Example


Text Example

White with #D719A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719A9; }

 p { color: rgb(215,25,169); }

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

background-color css

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

 a { background-color: rgb(215,25,169); }

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

border-color css

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

 span { border-color: rgb(215,25,169); }

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