#D617C8

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

Shades of Deep Magenta #D617C8

Tints of Deep Magenta #D617C8

Color information

#D617C8 (or 0xD617C8) is unknown color: approx Deep Magenta. HEX triplet: D6, 17 and C8. RGB value is (214,23,200). Sum of RGB (Red+Green+Blue) = 214+23+200=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D617C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617C8 is #29E837. Grayscale: #636363. Windows color (decimal): -2746424 or 13113302. OLE color: 13113302.

HSL color Cylindrical-coordinate representation of color #D617C8: hue angle of 304.4º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617C8 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21423200-
CMYK00.890.070.16
HSL304.4º80.59%46.47%-
HSV(B)304.4º89.25%83.92%-
XYZ38.4619.0856.3-
YUV100.29184.28209.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 23 (9.38% from 255) = 5.26%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=48.97%
G=5.26%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142320000.890.070.16304.480.5946.47
HexD617C8059710130512e
Octal32627310013172046012156
Binary11010110101111100100001011001111100001001100001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D617C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D617C8; }

 p { color: rgb(214,23,200); }

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

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

 a { background-color: rgb(214,23,200); }

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

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

 span { border-color: rgb(214,23,200); }

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