#DD0CDD

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

Shades of Deep Magenta #DD0CDD

Tints of Deep Magenta #DD0CDD

Color information

#DD0CDD (or 0xDD0CDD) is unknown color: approx Deep Magenta. HEX triplet: DD, 0C and DD. RGB value is (221,12,221). Sum of RGB (Red+Green+Blue) = 221+12+221=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CDD is #22F322. Grayscale: #616161. Windows color (decimal): -2290467 or 14486749. OLE color: 14486749.

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

Color convert

RGB22112221-
CMYK00.9500.13
HSL300º89.7%45.69%-
HSV(B)300º94.57%86.67%-
XYZ4320.8670.17-
YUV98.32197.24215.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 12 (5.08% from 255) = 2.64%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=48.68%
G=2.64%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211222100.9500.1330089.745.69
HexDDCDD05F0D12c5a2e
Octal33514335013701545413256
Binary1101110111001101110101011111011011001011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0CDD; }

 p { color: rgb(221,12,221); }

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

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

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

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

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

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

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