Html Css Color HEX #D40FCC Deep Magenta

📋 copy color: '#D40FCC'

red 212 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #D40FCC

Tints of Deep Magenta #D40FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 49.19%
G = 3.48%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D40FCC (or 0xD40FCC) is known color: Deep Magenta. HEX triplet: D4, 0F and CC. RGB value is (212,15,204). Sum of RGB (Red+Green+Blue) = 212+15+204=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FCC is #2BF033. Grayscale: #5E5E5E. Windows color (decimal): -2879540 or 13373396. OLE color: 13373396.

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

Color convert

RGB 212 15 204 -
CMYK 0 0.93 0.04 0.17
HSL 302.44º 0.87% 0.45% -
HSV(B) 302.44º 0.93% 0.83% -
XYZ 38.22 18.7 58.72 -
YUV 95.45 189.27 211.13 -
System Red Green Blue C M Y K H S L
Decimal 212 15 204 0 0.93 0.04 0.17 302.44 0.87 0.45
Hex D4 F CC 0 5D 4 11 12E 57 2D
Octal 324 17 314 0 135 4 21 456 127 55
Binary 11010100 1111 11001100 0 1011101 100 10001 100101110 1010111 101101

Color Harmonies of #D40FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FCC

Black with #D40FCC

Text Example


Text Example

White with #D40FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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