Html Css Color HEX #D40FAD Deep Magenta

📋 copy color: '#D40FAD'

red 212 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #D40FAD

Tints of Deep Magenta #D40FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

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

R = 53%
G = 3.75%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D40FAD (or 0xD40FAD) is known color: Deep Magenta. HEX triplet: D4, 0F and AD. RGB value is (212,15,173). Sum of RGB (Red+Green+Blue) = 212+15+173=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40FAD is #2BF052. Grayscale: #5B5B5B. Windows color (decimal): -2879571 or 11341780. OLE color: 11341780.

HSL color Cylindrical-coordinate representation of color #D40FAD: hue angle of 311.88º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FAD is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 173 -
CMYK 0 0.93 0.18 0.17
HSL 311.88º 0.87% 0.45% -
HSV(B) 311.88º 0.93% 0.83% -
XYZ 34.87 17.36 41.05 -
YUV 91.92 173.77 213.65 -
System Red Green Blue C M Y K H S L
Decimal 212 15 173 0 0.93 0.18 0.17 311.88 0.87 0.45
Hex D4 F AD 0 5D 12 11 138 57 2D
Octal 324 17 255 0 135 22 21 470 127 55
Binary 11010100 1111 10101101 0 1011101 10010 10001 100111000 1010111 101101

Color Harmonies of #D40FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FAD

Black with #D40FAD

Text Example


Text Example

White with #D40FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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