Html Css Color HEX #D31575 Medium Violet Red

📋 copy color: '#D31575'

red 211 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #D31575

Tints of Medium Violet Red #D31575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 60.46%
G = 6.02%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D31575 (or 0xD31575) is known color: Medium Violet Red. HEX triplet: D3, 15 and 75. RGB value is (211,21,117). Sum of RGB (Red+Green+Blue) = 211+21+117=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D31575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31575 is #2CEA8A. Grayscale: #585858. Windows color (decimal): -2943627 or 7673299. OLE color: 7673299.

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

Color convert

RGB 211 21 117 -
CMYK 0 0.90 0.45 0.17
HSL 329.68º 0.82% 0.45% -
HSV(B) 329.68º 0.9% 0.83% -
XYZ 30.34 15.67 18.25 -
YUV 88.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 211 21 117 0 0.90 0.45 0.17 329.68 0.82 0.45
Hex D3 15 75 0 5A 2D 11 14A 52 2D
Octal 323 25 165 0 132 55 21 512 122 55
Binary 11010011 10101 1110101 0 1011010 101101 10001 101001010 1010010 101101

Color Harmonies of #D31575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31575

Black with #D31575

Text Example


Text Example

White with #D31575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31575; }

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

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

background-color css

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

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

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

border-color css

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

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

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