#D708CD

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

Shades of Deep Magenta #D708CD

Tints of Deep Magenta #D708CD

Color information

#D708CD (or 0xD708CD) is unknown color: approx Deep Magenta. HEX triplet: D7, 08 and CD. RGB value is (215,8,205). Sum of RGB (Red+Green+Blue) = 215+8+205=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D708CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708CD is #28F732. Grayscale: #5B5B5B. Windows color (decimal): -2684723 or 13437143. OLE color: 13437143.

HSL color Cylindrical-coordinate representation of color #D708CD: hue angle of 302.9º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708CD is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB2158205-
CMYK00.960.050.16
HSL302.9º92.83%43.73%-
HSV(B)302.9º96.28%84.31%-
XYZ39.1319.0359.37-
YUV92.35191.58215.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 8 (3.52% from 255) = 1.87%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=50.23%
G=1.87%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215820500.960.050.16302.992.8343.73
HexD78CD06051012f5d2c
Octal32710315014052045713554
Binary1101011110001100110101100000101100001001011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D708CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D708CD; }

 p { color: rgb(215,8,205); }

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

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

 a { background-color: rgb(215,8,205); }

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

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

 span { border-color: rgb(215,8,205); }

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