Html Css Color HEX #D31185 Medium Violet Red

📋 copy color: '#D31185'

red 211 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D31185

Tints of Medium Violet Red #D31185

RGB

 RED value IS 211 (82.81% from 255) = 58.45%

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

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

R = 58.45%
G = 4.71%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D31185 (or 0xD31185) is known color: Medium Violet Red. HEX triplet: D3, 11 and 85. RGB value is (211,17,133). Sum of RGB (Red+Green+Blue) = 211+17+133=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D31185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31185 is #2CEE7A. Grayscale: #575757. Windows color (decimal): -2944635 or 8720851. OLE color: 8720851.

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

Color convert

RGB 211 17 133 -
CMYK 0 0.92 0.37 0.17
HSL 324.12º 0.85% 0.45% -
HSV(B) 324.12º 0.92% 0.83% -
XYZ 31.3 15.94 23.62 -
YUV 88.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 211 17 133 0 0.92 0.37 0.17 324.12 0.85 0.45
Hex D3 11 85 0 5C 25 11 144 55 2D
Octal 323 21 205 0 134 45 21 504 125 55
Binary 11010011 10001 10000101 0 1011100 100101 10001 101000100 1010101 101101

Color Harmonies of #D31185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31185

Black with #D31185

Text Example


Text Example

White with #D31185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31185; }

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

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

background-color css

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

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

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

border-color css

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

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

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