#D417C0

Color #D417C0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D417C0

Tints of Deep Magenta #D417C0

Color information

#D417C0 (or 0xD417C0) is unknown color: approx Deep Magenta. HEX triplet: D4, 17 and C0. RGB value is (212,23,192). Sum of RGB (Red+Green+Blue) = 212+23+192=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D417C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417C0 is #2BE83F. Grayscale: #626262. Windows color (decimal): -2877504 or 12589012. OLE color: 12589012.

HSL color Cylindrical-coordinate representation of color #D417C0: hue angle of 306.35º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D417C0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21223192-
CMYK00.890.090.17
HSL306.35º80.43%46.08%-
HSV(B)306.35º89.15%83.14%-
XYZ36.9718.4251.48-
YUV98.78180.62208.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 23 (9.38% from 255) = 5.39%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=49.65%
G=5.39%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122319200.890.090.17306.3580.4346.08
HexD417C0059911132502e
Octal324273000131112146212056
Binary110101001011111000000010110011001100011001100101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D417C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D417C0; }

 p { color: rgb(212,23,192); }

 H1.HeaderClassName
 {
   color: #D417C0;
 }
 .AnyTagClassName
 {
   color: #D417C0;
 }
</style>
background-color css

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

 a { background-color: rgb(212,23,192); }

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

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

 span { border-color: rgb(212,23,192); }

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