Html Css Color HEX #D31DAB Medium Violet Red

📋 copy color: '#D31DAB'

red 211 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #D31DAB

Tints of Medium Violet Red #D31DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 51.34%
G = 7.06%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D31DAB (or 0xD31DAB) is known color: Medium Violet Red. HEX triplet: D3, 1D and AB. RGB value is (211,29,171). Sum of RGB (Red+Green+Blue) = 211+29+171=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31DAB is #2CE254. Grayscale: #636363. Windows color (decimal): -2941525 or 11214291. OLE color: 11214291.

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

Color convert

RGB 211 29 171 -
CMYK 0 0.86 0.19 0.17
HSL 313.19º 0.76% 0.47% -
HSV(B) 313.19º 0.86% 0.83% -
XYZ 34.65 17.67 40.11 -
YUV 99.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 211 29 171 0 0.86 0.19 0.17 313.19 0.76 0.47
Hex D3 1D AB 0 56 13 11 139 4C 2F
Octal 323 35 253 0 126 23 21 471 114 57
Binary 11010011 11101 10101011 0 1010110 10011 10001 100111001 1001100 101111

Color Harmonies of #D31DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DAB

Black with #D31DAB

Text Example


Text Example

White with #D31DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DAB; }

 p { color: rgb(211,29,171); }

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

background-color css

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

 a { background-color: rgb(211,29,171); }

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

border-color css

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

 span { border-color: rgb(211,29,171); }

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