Html Css Color HEX #D51586 Medium Violet Red

📋 copy color: '#D51586'

red 213 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #D51586

Tints of Medium Violet Red #D51586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 57.88%
G = 5.71%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51586 (or 0xD51586) is known color: Medium Violet Red. HEX triplet: D5, 15 and 86. RGB value is (213,21,134). Sum of RGB (Red+Green+Blue) = 213+21+134=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D51586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51586 is #2AEA79. Grayscale: #5B5B5B. Windows color (decimal): -2812538 or 8787413. OLE color: 8787413.

HSL color Cylindrical-coordinate representation of color #D51586: hue angle of 324.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 #D51586 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 134 -
CMYK 0 0.90 0.37 0.16
HSL 324.69º 0.82% 0.46% -
HSV(B) 324.69º 0.9% 0.84% -
XYZ 32.01 16.4 24.03 -
YUV 91.29 152.11 214.81 -
System Red Green Blue C M Y K H S L
Decimal 213 21 134 0 0.90 0.37 0.16 324.69 0.82 0.46
Hex D5 15 86 0 5A 25 10 145 52 2E
Octal 325 25 206 0 132 45 20 505 122 56
Binary 11010101 10101 10000110 0 1011010 100101 10000 101000101 1010010 101110

Color Harmonies of #D51586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51586

Black with #D51586

Text Example


Text Example

White with #D51586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51586; }

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

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

background-color css

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

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

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

border-color css

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

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

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