Html Css Color HEX #D31DCE Deep Magenta

📋 copy color: '#D31DCE'

red 211 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #D31DCE

Tints of Deep Magenta #D31DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 47.31%
G = 6.5%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D31DCE (or 0xD31DCE) is known color: Deep Magenta. HEX triplet: D3, 1D and CE. RGB value is (211,29,206). Sum of RGB (Red+Green+Blue) = 211+29+206=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DCE is #2CE231. Grayscale: #676767. Windows color (decimal): -2941490 or 13508051. OLE color: 13508051.

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

Color convert

RGB 211 29 206 -
CMYK 0 0.86 0.02 0.17
HSL 301.65º 0.76% 0.47% -
HSV(B) 301.65º 0.86% 0.83% -
XYZ 38.44 19.18 60.07 -
YUV 103.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 211 29 206 0 0.86 0.02 0.17 301.65 0.76 0.47
Hex D3 1D CE 0 56 2 11 12E 4C 2F
Octal 323 35 316 0 126 2 21 456 114 57
Binary 11010011 11101 11001110 0 1010110 10 10001 100101110 1001100 101111

Color Harmonies of #D31DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DCE

Black with #D31DCE

Text Example


Text Example

White with #D31DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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