Html Css Color HEX #D40CAD Deep Magenta

📋 copy color: '#D40CAD'

red 212 ◦ green 12 ◦ blue 173

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

Shades of Deep Magenta #D40CAD

Tints of Deep Magenta #D40CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 53.4%
G = 3.02%
B = 43.58%

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

#D40CAD (or 0xD40CAD) is known color: Deep Magenta. HEX triplet: D4, 0C and AD. RGB value is (212,12,173). Sum of RGB (Red+Green+Blue) = 212+12+173=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40CAD is #2BF352. Grayscale: #595959. Windows color (decimal): -2880339 or 11341012. OLE color: 11341012.

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

Color convert

RGB 212 12 173 -
CMYK 0 0.94 0.18 0.17
HSL 311.7º 0.89% 0.44% -
HSV(B) 311.7º 0.94% 0.83% -
XYZ 34.83 17.28 41.03 -
YUV 90.15 174.76 214.91 -
System Red Green Blue C M Y K H S L
Decimal 212 12 173 0 0.94 0.18 0.17 311.7 0.89 0.44
Hex D4 C AD 0 5E 12 11 138 59 2C
Octal 324 14 255 0 136 22 21 470 131 54
Binary 11010100 1100 10101101 0 1011110 10010 10001 100111000 1011001 101100

Color Harmonies of #D40CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CAD

Black with #D40CAD

Text Example


Text Example

White with #D40CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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