#D713D5

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

Shades of Deep Magenta #D713D5

Tints of Deep Magenta #D713D5

Color information

#D713D5 (or 0xD713D5) is unknown color: approx Deep Magenta. HEX triplet: D7, 13 and D5. RGB value is (215,19,213). Sum of RGB (Red+Green+Blue) = 215+19+213=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D713D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713D5 is #28EC2A. Grayscale: #636363. Windows color (decimal): -2681899 or 13964247. OLE color: 13964247.

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

Color convert

RGB21519213-
CMYK00.910.010.16
HSL300.61º83.76%45.88%-
HSV(B)300.61º91.16%84.31%-
XYZ40.2719.7264.63-
YUV99.72191.93210.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 19 (7.81% from 255) = 4.25%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=48.10%
G=4.25%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151921300.910.010.16300.6183.7645.88
HexD713D505B11012d542e
Octal32723325013312045512456
Binary110101111001111010101010110111100001001011011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D713D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D713D5; }

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

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

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

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

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

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

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

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