#DD00C7

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

Shades of Deep Magenta #DD00C7

Tints of Deep Magenta #DD00C7

Color information

#DD00C7 (or 0xDD00C7) is unknown color: approx Deep Magenta. HEX triplet: DD, 00 and C7. RGB value is (221,0,199). Sum of RGB (Red+Green+Blue) = 221+0+199=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C7 is #22FF38. Grayscale: #585858. Windows color (decimal): -2293561 or 13041885. OLE color: 13041885.

HSL color Cylindrical-coordinate representation of color #DD00C7: hue angle of 305.97º 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 #DD00C7 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB2210199-
CMYK010.100.13
HSL305.97º100%43.33%-
HSV(B)305.97º100%86.67%-
XYZ40.1319.555.68-
YUV88.76190.22222.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=52.62%
G=0%
B=47.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210199010.100.13305.9710043.33
HexDD0C7064AD132642b
Octal33503070144121546214453
Binary1101110101100011101100100101011011001100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD00C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD00C7; }

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

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

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

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

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

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

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

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