Html Css Color HEX #D519AD Hollywood Cerise

📋 copy color: '#D519AD'

red 213 ◦ green 25 ◦ blue 173

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

Shades of Hollywood Cerise #D519AD

Tints of Hollywood Cerise #D519AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 51.82%
G = 6.08%
B = 42.09%

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

#D519AD (or 0xD519AD) is known color: Hollywood Cerise. HEX triplet: D5, 19 and AD. RGB value is (213,25,173). Sum of RGB (Red+Green+Blue) = 213+25+173=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AD is #2AE652. Grayscale: #616161. Windows color (decimal): -2811475 or 11344341. OLE color: 11344341.

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

Color convert

RGB 213 25 173 -
CMYK 0 0.88 0.19 0.16
HSL 312.77º 0.79% 0.47% -
HSV(B) 312.77º 0.88% 0.84% -
XYZ 35.33 17.86 41.12 -
YUV 98.08 170.28 209.97 -
System Red Green Blue C M Y K H S L
Decimal 213 25 173 0 0.88 0.19 0.16 312.77 0.79 0.47
Hex D5 19 AD 0 58 13 10 139 4F 2F
Octal 325 31 255 0 130 23 20 471 117 57
Binary 11010101 11001 10101101 0 1011000 10011 10000 100111001 1001111 101111

Color Harmonies of #D519AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519AD

Black with #D519AD

Text Example


Text Example

White with #D519AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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