#DD4488

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

Shades of Deep Cerise #DD4488

Tints of Deep Cerise #DD4488

Color information

#DD4488 (or 0xDD4488) is unknown color: approx Deep Cerise. HEX triplet: DD, 44 and 88. RGB value is (221,68,136). Sum of RGB (Red+Green+Blue) = 221+68+136=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4488 is #22BB77. Grayscale: #797979. Windows color (decimal): -2276216 or 8930525. OLE color: 8930525.

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

Color convert

RGB22168136-
CMYK00.690.380.13
HSL333.33º69.23%56.67%-
HSV(B)333.33º69.23%86.67%-
XYZ36.3321.2825.49-
YUV121.5136.19198.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 136 (53.52% from 255) = 32%
R=52%
G=16%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216813600.690.380.13333.3369.2356.67
HexDD448804526D14d4539
Octal3351042100105461551510571
Binary110111011000100100010000100010110011011011010011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4488; }

 p { color: rgb(221,68,136); }

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

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

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

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

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

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

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