Html Css Color HEX #D31DAE Deep Magenta

📋 copy color: '#D31DAE'

red 211 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #D31DAE

Tints of Deep Magenta #D31DAE

RGB

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

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

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

R = 50.97%
G = 7%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D31DAE (or 0xD31DAE) is known color: Deep Magenta. HEX triplet: D3, 1D and AE. RGB value is (211,29,174). Sum of RGB (Red+Green+Blue) = 211+29+174=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31DAE is #2CE251. Grayscale: #636363. Windows color (decimal): -2941522 or 11410899. OLE color: 11410899.

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

Color convert

RGB 211 29 174 -
CMYK 0 0.86 0.18 0.17
HSL 312.2º 0.76% 0.47% -
HSV(B) 312.2º 0.86% 0.83% -
XYZ 34.94 17.78 41.64 -
YUV 99.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 211 29 174 0 0.86 0.18 0.17 312.2 0.76 0.47
Hex D3 1D AE 0 56 12 11 138 4C 2F
Octal 323 35 256 0 126 22 21 470 114 57
Binary 11010011 11101 10101110 0 1010110 10010 10001 100111000 1001100 101111

Color Harmonies of #D31DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DAE

Black with #D31DAE

Text Example


Text Example

White with #D31DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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