Html Css Color HEX #D51999 Medium Violet Red

📋 copy color: '#D51999'

red 213 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #D51999

Tints of Medium Violet Red #D51999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 54.48%
G = 6.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51999 (or 0xD51999) is known color: Medium Violet Red. HEX triplet: D5, 19 and 99. RGB value is (213,25,153). Sum of RGB (Red+Green+Blue) = 213+25+153=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D51999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51999 is #2AE666. Grayscale: #5F5F5F. Windows color (decimal): -2811495 or 10033621. OLE color: 10033621.

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

Color convert

RGB 213 25 153 -
CMYK 0 0.88 0.28 0.16
HSL 319.15º 0.79% 0.47% -
HSV(B) 319.15º 0.88% 0.84% -
XYZ 33.54 17.14 31.68 -
YUV 95.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 213 25 153 0 0.88 0.28 0.16 319.15 0.79 0.47
Hex D5 19 99 0 58 1C 10 13F 4F 2F
Octal 325 31 231 0 130 34 20 477 117 57
Binary 11010101 11001 10011001 0 1011000 11100 10000 100111111 1001111 101111

Color Harmonies of #D51999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51999

Black with #D51999

Text Example


Text Example

White with #D51999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51999; }

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

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

background-color css

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

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

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

border-color css

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

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

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