Html Css Color HEX #D40DAD Deep Magenta

📋 copy color: '#D40DAD'

red 212 ◦ green 13 ◦ blue 173

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

Shades of Deep Magenta #D40DAD

Tints of Deep Magenta #D40DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 53.27%
G = 3.27%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D40DAD (or 0xD40DAD) is known color: Deep Magenta. HEX triplet: D4, 0D and AD. RGB value is (212,13,173). Sum of RGB (Red+Green+Blue) = 212+13+173=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DAD is #2BF252. Grayscale: #5A5A5A. Windows color (decimal): -2880083 or 11341268. OLE color: 11341268.

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

Color convert

RGB 212 13 173 -
CMYK 0 0.94 0.18 0.17
HSL 311.76º 0.88% 0.44% -
HSV(B) 311.76º 0.94% 0.83% -
XYZ 34.84 17.3 41.04 -
YUV 90.74 174.43 214.49 -
System Red Green Blue C M Y K H S L
Decimal 212 13 173 0 0.94 0.18 0.17 311.76 0.88 0.44
Hex D4 D AD 0 5E 12 11 138 58 2C
Octal 324 15 255 0 136 22 21 470 130 54
Binary 11010100 1101 10101101 0 1011110 10010 10001 100111000 1011000 101100

Color Harmonies of #D40DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DAD

Black with #D40DAD

Text Example


Text Example

White with #D40DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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