Html Css Color HEX #D31AB1 Deep Magenta

📋 copy color: '#D31AB1'

red 211 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #D31AB1

Tints of Deep Magenta #D31AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 50.97%
G = 6.28%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D31AB1 (or 0xD31AB1) is known color: Deep Magenta. HEX triplet: D3, 1A and B1. RGB value is (211,26,177). Sum of RGB (Red+Green+Blue) = 211+26+177=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AB1 is #2CE54E. Grayscale: #626262. Windows color (decimal): -2942287 or 11606739. OLE color: 11606739.

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

Color convert

RGB 211 26 177 -
CMYK 0 0.88 0.16 0.17
HSL 311.03º 0.78% 0.46% -
HSV(B) 311.03º 0.88% 0.83% -
XYZ 35.17 17.76 43.17 -
YUV 98.53 172.29 208.22 -
System Red Green Blue C M Y K H S L
Decimal 211 26 177 0 0.88 0.16 0.17 311.03 0.78 0.46
Hex D3 1A B1 0 58 10 11 137 4E 2E
Octal 323 32 261 0 130 20 21 467 116 56
Binary 11010011 11010 10110001 0 1011000 10000 10001 100110111 1001110 101110

Color Harmonies of #D31AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AB1

Black with #D31AB1

Text Example


Text Example

White with #D31AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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