Html Css Color HEX #D519AB Hollywood Cerise

📋 copy color: '#D519AB'

red 213 ◦ green 25 ◦ blue 171

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

Shades of Hollywood Cerise #D519AB

Tints of Hollywood Cerise #D519AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 52.08%
G = 6.11%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D519AB (or 0xD519AB) is known color: Hollywood Cerise. HEX triplet: D5, 19 and AB. RGB value is (213,25,171). Sum of RGB (Red+Green+Blue) = 213+25+171=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AB is #2AE654. Grayscale: #616161. Windows color (decimal): -2811477 or 11213269. OLE color: 11213269.

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

Color convert

RGB 213 25 171 -
CMYK 0 0.88 0.20 0.16
HSL 313.4º 0.79% 0.47% -
HSV(B) 313.4º 0.88% 0.84% -
XYZ 35.14 17.78 40.11 -
YUV 97.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 213 25 171 0 0.88 0.20 0.16 313.4 0.79 0.47
Hex D5 19 AB 0 58 14 10 139 4F 2F
Octal 325 31 253 0 130 24 20 471 117 57
Binary 11010101 11001 10101011 0 1011000 10100 10000 100111001 1001111 101111

Color Harmonies of #D519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519AB

Black with #D519AB

Text Example


Text Example

White with #D519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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