#D713C7

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

Shades of Deep Magenta #D713C7

Tints of Deep Magenta #D713C7

Color information

#D713C7 (or 0xD713C7) is unknown color: approx Deep Magenta. HEX triplet: D7, 13 and C7. RGB value is (215,19,199). Sum of RGB (Red+Green+Blue) = 215+19+199=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D713C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713C7 is #28EC38. Grayscale: #616161. Windows color (decimal): -2681913 or 13046743. OLE color: 13046743.

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

Color convert

RGB21519199-
CMYK00.910.070.16
HSL304.9º83.76%45.88%-
HSV(B)304.9º91.16%84.31%-
XYZ38.5719.0455.67-
YUV98.12184.93211.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 19 (7.81% from 255) = 4.39%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=49.65%
G=4.39%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151919900.910.070.16304.983.7645.88
HexD713C705B710131542e
Octal32723307013372046112456
Binary11010111100111100011101011011111100001001100011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D713C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D713C7; }

 p { color: rgb(215,19,199); }

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

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

 a { background-color: rgb(215,19,199); }

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

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

 span { border-color: rgb(215,19,199); }

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