Html Css Color HEX #D51786 Medium Violet Red

📋 copy color: '#D51786'

red 213 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #D51786

Tints of Medium Violet Red #D51786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

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

R = 57.57%
G = 6.22%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51786 (or 0xD51786) is known color: Medium Violet Red. HEX triplet: D5, 17 and 86. RGB value is (213,23,134). Sum of RGB (Red+Green+Blue) = 213+23+134=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D51786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51786 is #2AE879. Grayscale: #5C5C5C. Windows color (decimal): -2812026 or 8787925. OLE color: 8787925.

HSL color Cylindrical-coordinate representation of color #D51786: hue angle of 324.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51786 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 134 -
CMYK 0 0.89 0.37 0.16
HSL 324.95º 0.81% 0.46% -
HSV(B) 324.95º 0.89% 0.84% -
XYZ 32.05 16.48 24.05 -
YUV 92.46 151.45 213.97 -
System Red Green Blue C M Y K H S L
Decimal 213 23 134 0 0.89 0.37 0.16 324.95 0.81 0.46
Hex D5 17 86 0 59 25 10 145 51 2E
Octal 325 27 206 0 131 45 20 505 121 56
Binary 11010101 10111 10000110 0 1011001 100101 10000 101000101 1010001 101110

Color Harmonies of #D51786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51786

Black with #D51786

Text Example


Text Example

White with #D51786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51786; }

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

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

background-color css

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

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

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

border-color css

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

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

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