Html Css Color HEX #D519AE Hollywood Cerise

📋 copy color: '#D519AE'

red 213 ◦ green 25 ◦ blue 174

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

Shades of Hollywood Cerise #D519AE

Tints of Hollywood Cerise #D519AE

RGB

 RED value IS 213 (83.59% from 255) = 51.7%

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

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

R = 51.7%
G = 6.07%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D519AE (or 0xD519AE) is known color: Hollywood Cerise. HEX triplet: D5, 19 and AE. RGB value is (213,25,174). Sum of RGB (Red+Green+Blue) = 213+25+174=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AE is #2AE651. Grayscale: #616161. Windows color (decimal): -2811474 or 11409877. OLE color: 11409877.

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

Color convert

RGB 213 25 174 -
CMYK 0 0.88 0.18 0.16
HSL 312.45º 0.79% 0.47% -
HSV(B) 312.45º 0.88% 0.84% -
XYZ 35.43 17.9 41.63 -
YUV 98.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 213 25 174 0 0.88 0.18 0.16 312.45 0.79 0.47
Hex D5 19 AE 0 58 12 10 138 4F 2F
Octal 325 31 256 0 130 22 20 470 117 57
Binary 11010101 11001 10101110 0 1011000 10010 10000 100111000 1001111 101111

Color Harmonies of #D519AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519AE

Black with #D519AE

Text Example


Text Example

White with #D519AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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