#dd1ccb

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

Shades of Deep Magenta #DD1CCB

Tints of Deep Magenta #DD1CCB

Color information

#DD1CCB (or 0xDD1CCB) is unknown color: approx Deep Magenta. HEX triplet: DD, 1C and CB. RGB value is (221,28,203). Sum of RGB (Red+Green+Blue) = 221+28+203=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CCB is #22E334. Grayscale: #696969. Windows color (decimal): -2286389 or 13311197. OLE color: 13311197.

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

Color convert

RGB22128203-
CMYK00.870.080.13
HSL305.6º77.51%48.82%-
HSV(B)305.6º87.33%86.67%-
XYZ41.0120.5158.3-
YUV105.66182.94210.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 28 (11.33% from 255) = 6.19%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=48.89%
G=6.19%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212820300.870.080.13305.677.5148.82
HexDD1CCB0578D1324e31
Octal335343130127101546211661
Binary11011101111001100101101010111100011011001100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1ccb; }

 p { color: rgb(221,28,203); }

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

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

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

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

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

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

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