Html Css Color HEX #D31BAE Deep Magenta

📋 copy color: '#D31BAE'

red 211 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #D31BAE

Tints of Deep Magenta #D31BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 51.21%
G = 6.55%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D31BAE (or 0xD31BAE) is known color: Deep Magenta. HEX triplet: D3, 1B and AE. RGB value is (211,27,174). Sum of RGB (Red+Green+Blue) = 211+27+174=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31BAE is #2CE451. Grayscale: #626262. Windows color (decimal): -2942034 or 11410387. OLE color: 11410387.

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

Color convert

RGB 211 27 174 -
CMYK 0 0.87 0.18 0.17
HSL 312.07º 0.77% 0.47% -
HSV(B) 312.07º 0.87% 0.83% -
XYZ 34.9 17.69 41.62 -
YUV 98.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 211 27 174 0 0.87 0.18 0.17 312.07 0.77 0.47
Hex D3 1B AE 0 57 12 11 138 4D 2F
Octal 323 33 256 0 127 22 21 470 115 57
Binary 11010011 11011 10101110 0 1010111 10010 10001 100111000 1001101 101111

Color Harmonies of #D31BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BAE

Black with #D31BAE

Text Example


Text Example

White with #D31BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BAE; }

 p { color: rgb(211,27,174); }

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

background-color css

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

 a { background-color: rgb(211,27,174); }

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

border-color css

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

 span { border-color: rgb(211,27,174); }

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