Html Css Color HEX #D51596 Medium Violet Red

📋 copy color: '#D51596'

red 213 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #D51596

Tints of Medium Violet Red #D51596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 55.47%
G = 5.47%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51596 (or 0xD51596) is known color: Medium Violet Red. HEX triplet: D5, 15 and 96. RGB value is (213,21,150). Sum of RGB (Red+Green+Blue) = 213+21+150=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51596 is #2AEA69. Grayscale: #5C5C5C. Windows color (decimal): -2812522 or 9835989. OLE color: 9835989.

HSL color Cylindrical-coordinate representation of color #D51596: hue angle of 319.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51596 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 150 -
CMYK 0 0.90 0.30 0.16
HSL 319.69º 0.82% 0.46% -
HSV(B) 319.69º 0.9% 0.84% -
XYZ 33.21 16.88 30.36 -
YUV 93.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 213 21 150 0 0.90 0.30 0.16 319.69 0.82 0.46
Hex D5 15 96 0 5A 1E 10 140 52 2E
Octal 325 25 226 0 132 36 20 500 122 56
Binary 11010101 10101 10010110 0 1011010 11110 10000 101000000 1010010 101110

Color Harmonies of #D51596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51596

Black with #D51596

Text Example


Text Example

White with #D51596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51596; }

 p { color: rgb(213,21,150); }

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

background-color css

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

 a { background-color: rgb(213,21,150); }

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

border-color css

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

 span { border-color: rgb(213,21,150); }

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