#D003DD

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

Shades of Deep Magenta #D003DD

Tints of Deep Magenta #D003DD

Color information

#D003DD (or 0xD003DD) is unknown color: approx Deep Magenta. HEX triplet: D0, 03 and DD. RGB value is (208,3,221). Sum of RGB (Red+Green+Blue) = 208+3+221=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #D003DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003DD is #2FFC22. Grayscale: #585858. Windows color (decimal): -3144739 or 14484432. OLE color: 14484432.

HSL color Cylindrical-coordinate representation of color #D003DD: hue angle of 296.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003DD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2083221-
CMYK0.060.9900.13
HSL296.42º97.32%43.92%-
HSV(B)296.42º98.64%86.67%-
XYZ39.118.769.95-
YUV89.15202.42212.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=48.15%
G=0.69%
B=51.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20832210.060.9900.13296.4297.3243.92
HexD03DD6630D128612c
Octal3203335614301545014154
Binary1101000011110111011101100011011011001010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D003DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D003DD; }

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

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

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

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

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

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

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

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