Html Css Color HEX #D519AC Hollywood Cerise

📋 copy color: '#D519AC'

red 213 ◦ green 25 ◦ blue 172

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

Shades of Hollywood Cerise #D519AC

Tints of Hollywood Cerise #D519AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 51.95%
G = 6.1%
B = 41.95%

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

#D519AC (or 0xD519AC) is known color: Hollywood Cerise. HEX triplet: D5, 19 and AC. RGB value is (213,25,172). Sum of RGB (Red+Green+Blue) = 213+25+172=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AC is #2AE653. Grayscale: #616161. Windows color (decimal): -2811476 or 11278805. OLE color: 11278805.

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

Color convert

RGB 213 25 172 -
CMYK 0 0.88 0.19 0.16
HSL 313.09º 0.79% 0.47% -
HSV(B) 313.09º 0.88% 0.84% -
XYZ 35.23 17.82 40.61 -
YUV 97.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 213 25 172 0 0.88 0.19 0.16 313.09 0.79 0.47
Hex D5 19 AC 0 58 13 10 139 4F 2F
Octal 325 31 254 0 130 23 20 471 117 57
Binary 11010101 11001 10101100 0 1011000 10011 10000 100111001 1001111 101111

Color Harmonies of #D519AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519AC

Black with #D519AC

Text Example


Text Example

White with #D519AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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