Html Css Color HEX #D31F74 Medium Violet Red

📋 copy color: '#D31F74'

red 211 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #D31F74

Tints of Medium Violet Red #D31F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 58.94%
G = 8.66%
B = 32.4%

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

#D31F74 (or 0xD31F74) is known color: Medium Violet Red. HEX triplet: D3, 1F and 74. RGB value is (211,31,116). Sum of RGB (Red+Green+Blue) = 211+31+116=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F74 is #2CE08B. Grayscale: #5E5E5E. Windows color (decimal): -2941068 or 7610323. OLE color: 7610323.

HSL color Cylindrical-coordinate representation of color #D31F74: hue angle of 331.67º 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 #D31F74 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 31 116 -
CMYK 0 0.85 0.45 0.17
HSL 331.67º 0.74% 0.47% -
HSV(B) 331.67º 0.85% 0.83% -
XYZ 30.51 16.09 18.02 -
YUV 94.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 211 31 116 0 0.85 0.45 0.17 331.67 0.74 0.47
Hex D3 1F 74 0 55 2D 11 14C 4A 2F
Octal 323 37 164 0 125 55 21 514 112 57
Binary 11010011 11111 1110100 0 1010101 101101 10001 101001100 1001010 101111

Color Harmonies of #D31F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F74

Black with #D31F74

Text Example


Text Example

White with #D31F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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