Html Css Color HEX #D31691 Medium Violet Red

📋 copy color: '#D31691'

red 211 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #D31691

Tints of Medium Violet Red #D31691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

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

R = 55.82%
G = 5.82%
B = 38.36%

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

#D31691 (or 0xD31691) is known color: Medium Violet Red. HEX triplet: D3, 16 and 91. RGB value is (211,22,145). Sum of RGB (Red+Green+Blue) = 211+22+145=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D31691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31691 is #2CE96E. Grayscale: #5C5C5C. Windows color (decimal): -2943343 or 9508563. OLE color: 9508563.

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

Color convert

RGB 211 22 145 -
CMYK 0 0.90 0.31 0.17
HSL 320.95º 0.81% 0.46% -
HSV(B) 320.95º 0.9% 0.83% -
XYZ 32.26 16.47 28.27 -
YUV 92.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 211 22 145 0 0.90 0.31 0.17 320.95 0.81 0.46
Hex D3 16 91 0 5A 1F 11 141 51 2E
Octal 323 26 221 0 132 37 21 501 121 56
Binary 11010011 10110 10010001 0 1011010 11111 10001 101000001 1010001 101110

Color Harmonies of #D31691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31691

Black with #D31691

Text Example


Text Example

White with #D31691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31691; }

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

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

background-color css

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

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

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

border-color css

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

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

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