Html Css Color HEX #D31AAB Medium Violet Red

📋 copy color: '#D31AAB'

red 211 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #D31AAB

Tints of Medium Violet Red #D31AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

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

R = 51.72%
G = 6.37%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D31AAB (or 0xD31AAB) is known color: Medium Violet Red. HEX triplet: D3, 1A and AB. RGB value is (211,26,171). Sum of RGB (Red+Green+Blue) = 211+26+171=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAB is #2CE554. Grayscale: #616161. Windows color (decimal): -2942293 or 11213523. OLE color: 11213523.

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

Color convert

RGB 211 26 171 -
CMYK 0 0.88 0.19 0.17
HSL 312.97º 0.78% 0.46% -
HSV(B) 312.97º 0.88% 0.83% -
XYZ 34.58 17.53 40.09 -
YUV 97.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 211 26 171 0 0.88 0.19 0.17 312.97 0.78 0.46
Hex D3 1A AB 0 58 13 11 139 4E 2E
Octal 323 32 253 0 130 23 21 471 116 56
Binary 11010011 11010 10101011 0 1011000 10011 10001 100111001 1001110 101110

Color Harmonies of #D31AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AAB

Black with #D31AAB

Text Example


Text Example

White with #D31AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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