Html Css Color HEX #D31591 Medium Violet Red

📋 copy color: '#D31591'

red 211 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D31591

Tints of Medium Violet Red #D31591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 55.97%
G = 5.57%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D31591 (or 0xD31591) is known color: Medium Violet Red. HEX triplet: D3, 15 and 91. RGB value is (211,21,145). Sum of RGB (Red+Green+Blue) = 211+21+145=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D31591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31591 is #2CEA6E. Grayscale: #5B5B5B. Windows color (decimal): -2943599 or 9508307. OLE color: 9508307.

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

Color convert

RGB 211 21 145 -
CMYK 0 0.90 0.31 0.17
HSL 320.84º 0.82% 0.45% -
HSV(B) 320.84º 0.9% 0.83% -
XYZ 32.24 16.43 28.26 -
YUV 91.95 157.95 212.92 -
System Red Green Blue C M Y K H S L
Decimal 211 21 145 0 0.90 0.31 0.17 320.84 0.82 0.45
Hex D3 15 91 0 5A 1F 11 141 52 2D
Octal 323 25 221 0 132 37 21 501 122 55
Binary 11010011 10101 10010001 0 1011010 11111 10001 101000001 1010010 101101

Color Harmonies of #D31591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31591

Black with #D31591

Text Example


Text Example

White with #D31591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31591; }

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

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

background-color css

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

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

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

border-color css

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

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

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