Html Css Color HEX #D719AE Hollywood Cerise

📋 copy color: '#D719AE'

red 215 ◦ green 25 ◦ blue 174

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

Shades of Hollywood Cerise #D719AE

Tints of Hollywood Cerise #D719AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 51.93%
G = 6.04%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D719AE (or 0xD719AE) is known color: Hollywood Cerise. HEX triplet: D7, 19 and AE. RGB value is (215,25,174). Sum of RGB (Red+Green+Blue) = 215+25+174=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D719AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719AE is #28E651. Grayscale: #626262. Windows color (decimal): -2680402 or 11409879. OLE color: 11409879.

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

Color convert

RGB 215 25 174 -
CMYK 0 0.88 0.19 0.16
HSL 312.95º 0.79% 0.47% -
HSV(B) 312.95º 0.88% 0.84% -
XYZ 36.01 18.2 41.66 -
YUV 98.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 215 25 174 0 0.88 0.19 0.16 312.95 0.79 0.47
Hex D7 19 AE 0 58 13 10 139 4F 2F
Octal 327 31 256 0 130 23 20 471 117 57
Binary 11010111 11001 10101110 0 1011000 10011 10000 100111001 1001111 101111

Color Harmonies of #D719AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719AE

Black with #D719AE

Text Example


Text Example

White with #D719AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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