#D702CC

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

Shades of Deep Magenta #D702CC

Tints of Deep Magenta #D702CC

Color information

#D702CC (or 0xD702CC) is unknown color: approx Deep Magenta. HEX triplet: D7, 02 and CC. RGB value is (215,2,204). Sum of RGB (Red+Green+Blue) = 215+2+204=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D702CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D702CC is #28FD33. Grayscale: #585858. Windows color (decimal): -2686260 or 13370071. OLE color: 13370071.

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

Color convert

RGB2152204-
CMYK00.990.050.16
HSL303.1º98.16%42.55%-
HSV(B)303.1º99.07%84.31%-
XYZ38.9518.8558.71-
YUV88.72193.07218.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 2 (1.17% from 255) = 0.48%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=51.07%
G=0.48%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215220400.990.050.16303.198.1642.55
HexD72CC06351012f622b
Octal3272314014352045714253
Binary11010111101100110001100011101100001001011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D702CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D702CC; }

 p { color: rgb(215,2,204); }

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

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

 a { background-color: rgb(215,2,204); }

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

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

 span { border-color: rgb(215,2,204); }

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