Html Css Color HEX #D31095 Medium Violet Red

📋 copy color: '#D31095'

red 211 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #D31095

Tints of Medium Violet Red #D31095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 56.12%
G = 4.26%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D31095 (or 0xD31095) is known color: Medium Violet Red. HEX triplet: D3, 10 and 95. RGB value is (211,16,149). Sum of RGB (Red+Green+Blue) = 211+16+149=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D31095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31095 is #2CEF6A. Grayscale: #595959. Windows color (decimal): -2944875 or 9769171. OLE color: 9769171.

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

Color convert

RGB 211 16 149 -
CMYK 0 0.92 0.29 0.17
HSL 319.08º 0.86% 0.45% -
HSV(B) 319.08º 0.92% 0.83% -
XYZ 32.47 16.39 29.89 -
YUV 89.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 211 16 149 0 0.92 0.29 0.17 319.08 0.86 0.45
Hex D3 10 95 0 5C 1D 11 13F 56 2D
Octal 323 20 225 0 134 35 21 477 126 55
Binary 11010011 10000 10010101 0 1011100 11101 10001 100111111 1010110 101101

Color Harmonies of #D31095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31095

Black with #D31095

Text Example


Text Example

White with #D31095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31095; }

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

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

background-color css

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

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

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

border-color css

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

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

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