#DD0CBF

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

Shades of Deep Magenta #DD0CBF

Tints of Deep Magenta #DD0CBF

Color information

#DD0CBF (or 0xDD0CBF) is unknown color: approx Deep Magenta. HEX triplet: DD, 0C and BF. RGB value is (221,12,191). Sum of RGB (Red+Green+Blue) = 221+12+191=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CBF is #22F340. Grayscale: #5E5E5E. Windows color (decimal): -2290497 or 12520669. OLE color: 12520669.

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

Color convert

RGB22112191-
CMYK00.950.140.13
HSL308.61º89.7%45.69%-
HSV(B)308.61º94.57%86.67%-
XYZ39.3519.450.96-
YUV94.9182.24217.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 12 (5.08% from 255) = 2.83%
BLUE value IS 191 (75% from 255) = 45.05%
R=52.12%
G=2.83%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211219100.950.140.13308.6189.745.69
HexDDCBF05FED1355a2e
Octal335142770137161546513256
Binary1101110111001011111101011111111011011001101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0CBF; }

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

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

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

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

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

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

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

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