#D203C7

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

Shades of Deep Magenta #D203C7

Tints of Deep Magenta #D203C7

Color information

#D203C7 (or 0xD203C7) is unknown color: approx Deep Magenta. HEX triplet: D2, 03 and C7. RGB value is (210,3,199). Sum of RGB (Red+Green+Blue) = 210+3+199=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D203C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203C7 is #2DFC38. Grayscale: #565656. Windows color (decimal): -3013689 or 13042642. OLE color: 13042642.

HSL color Cylindrical-coordinate representation of color #D203C7: hue angle of 303.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203C7 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB2103199-
CMYK00.990.050.18
HSL303.19º97.18%41.76%-
HSV(B)303.19º98.57%82.35%-
XYZ36.9217.8955.54-
YUV87.24191.08215.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.97%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 199 (78.12% from 255) = 48.30%
R=50.97%
G=0.73%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210319900.990.050.18303.1997.1841.76
HexD23C706351212f612a
Octal3223307014352245714152
Binary11010010111100011101100011101100101001011111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D203C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D203C7; }

 p { color: rgb(210,3,199); }

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

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

 a { background-color: rgb(210,3,199); }

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

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

 span { border-color: rgb(210,3,199); }

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