Html Css Color HEX #D31ECD Deep Magenta

📋 copy color: '#D31ECD'

red 211 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #D31ECD

Tints of Deep Magenta #D31ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.73%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 47.31%
G = 6.73%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D31ECD (or 0xD31ECD) is known color: Deep Magenta. HEX triplet: D3, 1E and CD. RGB value is (211,30,205). Sum of RGB (Red+Green+Blue) = 211+30+205=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ECD is #2CE132. Grayscale: #676767. Windows color (decimal): -2941235 or 13442771. OLE color: 13442771.

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

Color convert

RGB 211 30 205 -
CMYK 0 0.86 0.03 0.17
HSL 301.99º 0.75% 0.47% -
HSV(B) 301.99º 0.86% 0.83% -
XYZ 38.35 19.19 59.44 -
YUV 104.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 211 30 205 0 0.86 0.03 0.17 301.99 0.75 0.47
Hex D3 1E CD 0 56 3 11 12E 4B 2F
Octal 323 36 315 0 126 3 21 456 113 57
Binary 11010011 11110 11001101 0 1010110 11 10001 100101110 1001011 101111

Color Harmonies of #D31ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ECD

Black with #D31ECD

Text Example


Text Example

White with #D31ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ECD; }

 p { color: rgb(211,30,205); }

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

background-color css

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

 a { background-color: rgb(211,30,205); }

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

border-color css

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

 span { border-color: rgb(211,30,205); }

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