Html Css Color HEX #D31F73 Medium Violet Red

📋 copy color: '#D31F73'

red 211 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #D31F73

Tints of Medium Violet Red #D31F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 59.1%
G = 8.68%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D31F73 (or 0xD31F73) is known color: Medium Violet Red. HEX triplet: D3, 1F and 73. RGB value is (211,31,115). Sum of RGB (Red+Green+Blue) = 211+31+115=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F73 is #2CE08C. Grayscale: #5E5E5E. Windows color (decimal): -2941069 or 7544787. OLE color: 7544787.

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

Color convert

RGB 211 31 115 -
CMYK 0 0.85 0.45 0.17
HSL 332º 0.74% 0.47% -
HSV(B) 332º 0.85% 0.83% -
XYZ 30.45 16.07 17.72 -
YUV 94.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 211 31 115 0 0.85 0.45 0.17 332 0.74 0.47
Hex D3 1F 73 0 55 2D 11 14C 4A 2F
Octal 323 37 163 0 125 55 21 514 112 57
Binary 11010011 11111 1110011 0 1010101 101101 10001 101001100 1001010 101111

Color Harmonies of #D31F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F73

Black with #D31F73

Text Example


Text Example

White with #D31F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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