#D417BC

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

Shades of Deep Magenta #D417BC

Tints of Deep Magenta #D417BC

Color information

#D417BC (or 0xD417BC) is unknown color: approx Deep Magenta. HEX triplet: D4, 17 and BC. RGB value is (212,23,188). Sum of RGB (Red+Green+Blue) = 212+23+188=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D417BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417BC is #2BE843. Grayscale: #616161. Windows color (decimal): -2877508 or 12326868. OLE color: 12326868.

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

Color convert

RGB21223188-
CMYK00.890.110.17
HSL307.62º80.43%46.08%-
HSV(B)307.62º89.15%83.14%-
XYZ36.5318.2449.17-
YUV98.32178.62209.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 23 (9.38% from 255) = 5.44%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=50.12%
G=5.44%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122318800.890.110.17307.6280.4346.08
HexD417BC059B11134502e
Octal324272740131132146412056
Binary110101001011110111100010110011011100011001101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D417BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D417BC; }

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

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

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

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

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

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

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

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