Html Css Color HEX #D40DCD Deep Magenta

📋 copy color: '#D40DCD'

red 212 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #D40DCD

Tints of Deep Magenta #D40DCD

RGB

 RED value IS 212 (83.2% from 255) = 49.3%

 GREEN value IS 13 (5.47% from 255) = 3.02%

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

R = 49.3%
G = 3.02%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D40DCD (or 0xD40DCD) is known color: Deep Magenta. HEX triplet: D4, 0D and CD. RGB value is (212,13,205). Sum of RGB (Red+Green+Blue) = 212+13+205=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DCD is #2BF232. Grayscale: #5D5D5D. Windows color (decimal): -2880051 or 13438420. OLE color: 13438420.

HSL color Cylindrical-coordinate representation of color #D40DCD: hue angle of 302.11º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DCD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 205 -
CMYK 0 0.94 0.03 0.17
HSL 302.11º 0.88% 0.44% -
HSV(B) 302.11º 0.94% 0.83% -
XYZ 38.31 18.69 59.35 -
YUV 94.39 190.43 211.89 -
System Red Green Blue C M Y K H S L
Decimal 212 13 205 0 0.94 0.03 0.17 302.11 0.88 0.44
Hex D4 D CD 0 5E 3 11 12E 58 2C
Octal 324 15 315 0 136 3 21 456 130 54
Binary 11010100 1101 11001101 0 1011110 11 10001 100101110 1011000 101100

Color Harmonies of #D40DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DCD

Black with #D40DCD

Text Example


Text Example

White with #D40DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DCD; }

 p { color: rgb(212,13,205); }

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

background-color css

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

 a { background-color: rgb(212,13,205); }

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

border-color css

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

 span { border-color: rgb(212,13,205); }

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