Html Css Color HEX #D31595 Medium Violet Red

📋 copy color: '#D31595'

red 211 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #D31595

Tints of Medium Violet Red #D31595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 55.38%
G = 5.51%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D31595 (or 0xD31595) is known color: Medium Violet Red. HEX triplet: D3, 15 and 95. RGB value is (211,21,149). Sum of RGB (Red+Green+Blue) = 211+21+149=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D31595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31595 is #2CEA6A. Grayscale: #5C5C5C. Windows color (decimal): -2943595 or 9770451. OLE color: 9770451.

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

Color convert

RGB 211 21 149 -
CMYK 0 0.90 0.29 0.17
HSL 319.58º 0.82% 0.45% -
HSV(B) 319.58º 0.9% 0.83% -
XYZ 32.56 16.56 29.91 -
YUV 92.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 211 21 149 0 0.90 0.29 0.17 319.58 0.82 0.45
Hex D3 15 95 0 5A 1D 11 140 52 2D
Octal 323 25 225 0 132 35 21 500 122 55
Binary 11010011 10101 10010101 0 1011010 11101 10001 101000000 1010010 101101

Color Harmonies of #D31595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31595

Black with #D31595

Text Example


Text Example

White with #D31595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31595; }

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

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

background-color css

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

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

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

border-color css

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

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

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