Html Css Color HEX #D519A6 Medium Violet Red

📋 copy color: '#D519A6'

red 213 ◦ green 25 ◦ blue 166

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

Shades of Medium Violet Red #D519A6

Tints of Medium Violet Red #D519A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 52.72%
G = 6.19%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D519A6 (or 0xD519A6) is known color: Medium Violet Red. HEX triplet: D5, 19 and A6. RGB value is (213,25,166). Sum of RGB (Red+Green+Blue) = 213+25+166=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D519A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519A6 is #2AE659. Grayscale: #606060. Windows color (decimal): -2811482 or 10885589. OLE color: 10885589.

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

Color convert

RGB 213 25 166 -
CMYK 0 0.88 0.22 0.16
HSL 315º 0.79% 0.47% -
HSV(B) 315º 0.88% 0.84% -
XYZ 34.67 17.59 37.65 -
YUV 97.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 213 25 166 0 0.88 0.22 0.16 315 0.79 0.47
Hex D5 19 A6 0 58 16 10 13B 4F 2F
Octal 325 31 246 0 130 26 20 473 117 57
Binary 11010101 11001 10100110 0 1011000 10110 10000 100111011 1001111 101111

Color Harmonies of #D519A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519A6

Black with #D519A6

Text Example


Text Example

White with #D519A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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