#D517CF

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

Shades of Deep Magenta #D517CF

Tints of Deep Magenta #D517CF

Color information

#D517CF (or 0xD517CF) is unknown color: approx Deep Magenta. HEX triplet: D5, 17 and CF. RGB value is (213,23,207). Sum of RGB (Red+Green+Blue) = 213+23+207=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D517CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517CF is #2AE830. Grayscale: #646464. Windows color (decimal): -2811953 or 13572053. OLE color: 13572053.

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

Color convert

RGB21323207-
CMYK00.890.030.16
HSL301.89º80.51%46.27%-
HSV(B)301.89º89.2%83.53%-
XYZ39.0119.2660.69-
YUV100.79187.95208.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 23 (9.38% from 255) = 5.19%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=48.08%
G=5.19%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132320700.890.030.16301.8980.5146.27
HexD517CF05931012e512e
Octal32527317013132045612156
Binary1101010110111110011110101100111100001001011101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D517CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D517CF; }

 p { color: rgb(213,23,207); }

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

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

 a { background-color: rgb(213,23,207); }

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

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

 span { border-color: rgb(213,23,207); }

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