#D417BE

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

Shades of Deep Magenta #D417BE

Tints of Deep Magenta #D417BE

Color information

#D417BE (or 0xD417BE) is unknown color: approx Deep Magenta. HEX triplet: D4, 17 and BE. RGB value is (212,23,190). Sum of RGB (Red+Green+Blue) = 212+23+190=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D417BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417BE is #2BE841. Grayscale: #626262. Windows color (decimal): -2877506 or 12457940. OLE color: 12457940.

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

Color convert

RGB21223190-
CMYK00.890.100.17
HSL306.98º80.43%46.08%-
HSV(B)306.98º89.15%83.14%-
XYZ36.7518.3350.32-
YUV98.55179.62208.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 23 (9.38% from 255) = 5.41%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=49.88%
G=5.41%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122319000.890.100.17306.9880.4346.08
HexD417BE059A11133502e
Octal324272760131122146312056
Binary110101001011110111110010110011010100011001100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D417BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D417BE; }

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

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

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

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

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

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

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

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