#D502C6

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

Shades of Deep Magenta #D502C6

Tints of Deep Magenta #D502C6

Color information

#D502C6 (or 0xD502C6) is unknown color: approx Deep Magenta. HEX triplet: D5, 02 and C6. RGB value is (213,2,198). Sum of RGB (Red+Green+Blue) = 213+2+198=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D502C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502C6 is #2AFD39. Grayscale: #565656. Windows color (decimal): -2817338 or 12976853. OLE color: 12976853.

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

Color convert

RGB2132198-
CMYK00.990.070.16
HSL304.27º98.14%42.16%-
HSV(B)304.27º99.06%83.53%-
XYZ37.6618.2754.97-
YUV87.43190.4217.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 2 (1.17% from 255) = 0.48%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=51.57%
G=0.48%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213219800.990.070.16304.2798.1442.16
HexD52C6063710130622a
Octal3252306014372046014252
Binary11010101101100011001100011111100001001100001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D502C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D502C6; }

 p { color: rgb(213,2,198); }

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

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

 a { background-color: rgb(213,2,198); }

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

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

 span { border-color: rgb(213,2,198); }

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