Html Css Color HEX #D31973 Medium Violet Red

📋 copy color: '#D31973'

red 211 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #D31973

Tints of Medium Violet Red #D31973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

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

R = 60.11%
G = 7.12%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D31973 (or 0xD31973) is known color: Medium Violet Red. HEX triplet: D3, 19 and 73. RGB value is (211,25,115). Sum of RGB (Red+Green+Blue) = 211+25+115=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D31973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31973 is #2CE68C. Grayscale: #5A5A5A. Windows color (decimal): -2942605 or 7543251. OLE color: 7543251.

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

Color convert

RGB 211 25 115 -
CMYK 0 0.88 0.45 0.17
HSL 330.97º 0.79% 0.46% -
HSV(B) 330.97º 0.88% 0.83% -
XYZ 30.31 15.78 17.67 -
YUV 90.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 211 25 115 0 0.88 0.45 0.17 330.97 0.79 0.46
Hex D3 19 73 0 58 2D 11 14B 4F 2E
Octal 323 31 163 0 130 55 21 513 117 56
Binary 11010011 11001 1110011 0 1011000 101101 10001 101001011 1001111 101110

Color Harmonies of #D31973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31973

Black with #D31973

Text Example


Text Example

White with #D31973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31973; }

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

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

background-color css

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

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

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

border-color css

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

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

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