Html Css Color HEX #D31491 Medium Violet Red

📋 copy color: '#D31491'

red 211 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #D31491

Tints of Medium Violet Red #D31491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

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

R = 56.12%
G = 5.32%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D31491 (or 0xD31491) is known color: Medium Violet Red. HEX triplet: D3, 14 and 91. RGB value is (211,20,145). Sum of RGB (Red+Green+Blue) = 211+20+145=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D31491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31491 is #2CEB6E. Grayscale: #5B5B5B. Windows color (decimal): -2943855 or 9508051. OLE color: 9508051.

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

Color convert

RGB 211 20 145 -
CMYK 0 0.91 0.31 0.17
HSL 320.73º 0.83% 0.45% -
HSV(B) 320.73º 0.91% 0.83% -
XYZ 32.22 16.39 28.25 -
YUV 91.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 211 20 145 0 0.91 0.31 0.17 320.73 0.83 0.45
Hex D3 14 91 0 5B 1F 11 141 53 2D
Octal 323 24 221 0 133 37 21 501 123 55
Binary 11010011 10100 10010001 0 1011011 11111 10001 101000001 1010011 101101

Color Harmonies of #D31491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31491

Black with #D31491

Text Example


Text Example

White with #D31491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31491; }

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

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

background-color css

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

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

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

border-color css

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

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

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