Html Css Color HEX #D31573 Medium Violet Red

📋 copy color: '#D31573'

red 211 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #D31573

Tints of Medium Violet Red #D31573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 60.81%
G = 6.05%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D31573 (or 0xD31573) is known color: Medium Violet Red. HEX triplet: D3, 15 and 73. RGB value is (211,21,115). Sum of RGB (Red+Green+Blue) = 211+21+115=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D31573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31573 is #2CEA8C. Grayscale: #585858. Windows color (decimal): -2943629 or 7542227. OLE color: 7542227.

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

Color convert

RGB 211 21 115 -
CMYK 0 0.90 0.45 0.17
HSL 330.32º 0.82% 0.45% -
HSV(B) 330.32º 0.9% 0.83% -
XYZ 30.23 15.62 17.64 -
YUV 88.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 211 21 115 0 0.90 0.45 0.17 330.32 0.82 0.45
Hex D3 15 73 0 5A 2D 11 14A 52 2D
Octal 323 25 163 0 132 55 21 512 122 55
Binary 11010011 10101 1110011 0 1011010 101101 10001 101001010 1010010 101101

Color Harmonies of #D31573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31573

Black with #D31573

Text Example


Text Example

White with #D31573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31573; }

 p { color: rgb(211,21,115); }

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

background-color css

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

 a { background-color: rgb(211,21,115); }

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

border-color css

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

 span { border-color: rgb(211,21,115); }

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