Html Css Color HEX #D51185 Medium Violet Red

📋 copy color: '#D51185'

red 213 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D51185

Tints of Medium Violet Red #D51185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

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

R = 58.68%
G = 4.68%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D51185 (or 0xD51185) is known color: Medium Violet Red. HEX triplet: D5, 11 and 85. RGB value is (213,17,133). Sum of RGB (Red+Green+Blue) = 213+17+133=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D51185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51185 is #2AEE7A. Grayscale: #585858. Windows color (decimal): -2813563 or 8720853. OLE color: 8720853.

HSL color Cylindrical-coordinate representation of color #D51185: hue angle of 324.49º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51185 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 133 -
CMYK 0 0.92 0.38 0.16
HSL 324.49º 0.85% 0.45% -
HSV(B) 324.49º 0.92% 0.84% -
XYZ 31.87 16.24 23.65 -
YUV 88.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 213 17 133 0 0.92 0.38 0.16 324.49 0.85 0.45
Hex D5 11 85 0 5C 26 10 144 55 2D
Octal 325 21 205 0 134 46 20 504 125 55
Binary 11010101 10001 10000101 0 1011100 100110 10000 101000100 1010101 101101

Color Harmonies of #D51185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51185

Black with #D51185

Text Example


Text Example

White with #D51185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51185; }

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

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

background-color css

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

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

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

border-color css

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

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

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