#D203C6

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

Shades of Deep Magenta #D203C6

Tints of Deep Magenta #D203C6

Color information

#D203C6 (or 0xD203C6) is unknown color: approx Deep Magenta. HEX triplet: D2, 03 and C6. RGB value is (210,3,198). Sum of RGB (Red+Green+Blue) = 210+3+198=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D203C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D203C6 is #2DFC39. Grayscale: #565656. Windows color (decimal): -3013690 or 12977106. OLE color: 12977106.

HSL color Cylindrical-coordinate representation of color #D203C6: hue angle of 303.48º 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 #D203C6 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB2103198-
CMYK00.990.060.18
HSL303.48º97.18%41.76%-
HSV(B)303.48º98.57%82.35%-
XYZ36.817.8454.93-
YUV87.12190.58215.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=51.09%
G=0.73%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210319800.990.060.18303.4897.1841.76
HexD23C606361212f612a
Octal3223306014362245714152
Binary11010010111100011001100011110100101001011111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D203C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D203C6; }

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

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

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

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

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

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

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

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