#D003BA

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

Shades of Deep Magenta #D003BA

Tints of Deep Magenta #D003BA

Color information

#D003BA (or 0xD003BA) is unknown color: approx Deep Magenta. HEX triplet: D0, 03 and BA. RGB value is (208,3,186). Sum of RGB (Red+Green+Blue) = 208+3+186=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D003BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003BA is #2FFC45. Grayscale: #545454. Windows color (decimal): -3144774 or 12190672. OLE color: 12190672.

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

Color convert

RGB2083186-
CMYK00.990.110.18
HSL306.44º97.16%41.37%-
HSV(B)306.44º98.56%81.57%-
XYZ34.9117.0247.9-
YUV85.16184.92215.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.39%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=52.39%
G=0.76%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208318600.990.110.18306.4497.1641.37
HexD03BA063B121326129
Octal32032720143132246214151
Binary110100001110111010011000111011100101001100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D003BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D003BA; }

 p { color: rgb(208,3,186); }

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

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

 a { background-color: rgb(208,3,186); }

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

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

 span { border-color: rgb(208,3,186); }

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