Html Css Color HEX #D519AA Medium Violet Red

📋 copy color: '#D519AA'

red 213 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #D519AA

Tints of Medium Violet Red #D519AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 52.21%
G = 6.13%
B = 41.67%

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

#D519AA (or 0xD519AA) is known color: Medium Violet Red. HEX triplet: D5, 19 and AA. RGB value is (213,25,170). Sum of RGB (Red+Green+Blue) = 213+25+170=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AA is #2AE655. Grayscale: #616161. Windows color (decimal): -2811478 or 11147733. OLE color: 11147733.

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

Color convert

RGB 213 25 170 -
CMYK 0 0.88 0.20 0.16
HSL 313.72º 0.79% 0.47% -
HSV(B) 313.72º 0.88% 0.84% -
XYZ 35.04 17.74 39.61 -
YUV 97.74 168.78 210.21 -
System Red Green Blue C M Y K H S L
Decimal 213 25 170 0 0.88 0.20 0.16 313.72 0.79 0.47
Hex D5 19 AA 0 58 14 10 13A 4F 2F
Octal 325 31 252 0 130 24 20 472 117 57
Binary 11010101 11001 10101010 0 1011000 10100 10000 100111010 1001111 101111

Color Harmonies of #D519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519AA

Black with #D519AA

Text Example


Text Example

White with #D519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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