Html Css Color HEX #D31DCD Deep Magenta

📋 copy color: '#D31DCD'

red 211 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #D31DCD

Tints of Deep Magenta #D31DCD

RGB

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

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

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

R = 47.42%
G = 6.52%
B = 46.07%

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

#D31DCD (or 0xD31DCD) is known color: Deep Magenta. HEX triplet: D3, 1D and CD. RGB value is (211,29,205). Sum of RGB (Red+Green+Blue) = 211+29+205=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DCD is #2CE232. Grayscale: #666666. Windows color (decimal): -2941491 or 13442515. OLE color: 13442515.

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

Color convert

RGB 211 29 205 -
CMYK 0 0.86 0.03 0.17
HSL 301.98º 0.76% 0.47% -
HSV(B) 301.98º 0.86% 0.83% -
XYZ 38.32 19.14 59.43 -
YUV 103.48 185.3 204.69 -
System Red Green Blue C M Y K H S L
Decimal 211 29 205 0 0.86 0.03 0.17 301.98 0.76 0.47
Hex D3 1D CD 0 56 3 11 12E 4C 2F
Octal 323 35 315 0 126 3 21 456 114 57
Binary 11010011 11101 11001101 0 1010110 11 10001 100101110 1001100 101111

Color Harmonies of #D31DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31DCD

Black with #D31DCD

Text Example


Text Example

White with #D31DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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