#dd00c6

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

Shades of Deep Magenta #DD00C6

Tints of Deep Magenta #DD00C6

Color information

#DD00C6 (or 0xDD00C6) is unknown color: approx Deep Magenta. HEX triplet: DD, 00 and C6. RGB value is (221,0,198). Sum of RGB (Red+Green+Blue) = 221+0+198=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C6 is #22FF39. Grayscale: #585858. Windows color (decimal): -2293562 or 12976349. OLE color: 12976349.

HSL color Cylindrical-coordinate representation of color #DD00C6: hue angle of 306.24º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00C6 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB2210198-
CMYK010.100.13
HSL306.24º100%43.33%-
HSV(B)306.24º100%86.67%-
XYZ40.0119.4555.07-
YUV88.65189.72222.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=52.74%
G=0%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210198010.100.13306.2410043.33
HexDD0C6064AD132642b
Octal33503060144121546214453
Binary1101110101100011001100100101011011001100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd00c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd00c6; }

 p { color: rgb(221,0,198); }

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

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

 a { background-color: rgb(221,0,198); }

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

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

 span { border-color: rgb(221,0,198); }

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