Html Css Color HEX #D51785 Medium Violet Red

📋 copy color: '#D51785'

red 213 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #D51785

Tints of Medium Violet Red #D51785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 57.72%
G = 6.23%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51785 (or 0xD51785) is known color: Medium Violet Red. HEX triplet: D5, 17 and 85. RGB value is (213,23,133). Sum of RGB (Red+Green+Blue) = 213+23+133=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51785 is #2AE87A. Grayscale: #5C5C5C. Windows color (decimal): -2812027 or 8722389. OLE color: 8722389.

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

Color convert

RGB 213 23 133 -
CMYK 0 0.89 0.38 0.16
HSL 325.26º 0.81% 0.46% -
HSV(B) 325.26º 0.89% 0.84% -
XYZ 31.98 16.45 23.68 -
YUV 92.35 150.95 214.06 -
System Red Green Blue C M Y K H S L
Decimal 213 23 133 0 0.89 0.38 0.16 325.26 0.81 0.46
Hex D5 17 85 0 59 26 10 145 51 2E
Octal 325 27 205 0 131 46 20 505 121 56
Binary 11010101 10111 10000101 0 1011001 100110 10000 101000101 1010001 101110

Color Harmonies of #D51785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51785

Black with #D51785

Text Example


Text Example

White with #D51785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51785; }

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

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

background-color css

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

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

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

border-color css

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

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

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