Html Css Color HEX #D519A1 Medium Violet Red

📋 copy color: '#D519A1'

red 213 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #D519A1

Tints of Medium Violet Red #D519A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 53.38%
G = 6.27%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D519A1 (or 0xD519A1) is known color: Medium Violet Red. HEX triplet: D5, 19 and A1. RGB value is (213,25,161). Sum of RGB (Red+Green+Blue) = 213+25+161=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D519A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519A1 is #2AE65E. Grayscale: #606060. Windows color (decimal): -2811487 or 10557909. OLE color: 10557909.

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

Color convert

RGB 213 25 161 -
CMYK 0 0.88 0.24 0.16
HSL 316.6º 0.79% 0.47% -
HSV(B) 316.6º 0.88% 0.84% -
XYZ 34.22 17.41 35.28 -
YUV 96.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 213 25 161 0 0.88 0.24 0.16 316.6 0.79 0.47
Hex D5 19 A1 0 58 18 10 13D 4F 2F
Octal 325 31 241 0 130 30 20 475 117 57
Binary 11010101 11001 10100001 0 1011000 11000 10000 100111101 1001111 101111

Color Harmonies of #D519A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519A1

Black with #D519A1

Text Example


Text Example

White with #D519A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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