#DD2988

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

Shades of Deep Cerise #DD2988

Tints of Deep Cerise #DD2988

Color information

#DD2988 (or 0xDD2988) is unknown color: approx Deep Cerise. HEX triplet: DD, 29 and 88. RGB value is (221,41,136). Sum of RGB (Red+Green+Blue) = 221+41+136=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2988 is #22D677. Grayscale: #696969. Windows color (decimal): -2283128 or 8923613. OLE color: 8923613.

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

Color convert

RGB22141136-
CMYK00.810.380.13
HSL328.33º72.58%51.37%-
HSV(B)328.33º81.45%86.67%-
XYZ35.0618.7425.06-
YUV105.65145.13210.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=55.53%
G=10.30%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214113600.810.380.13328.3372.5851.37
HexDD298805126D1484933
Octal335512100121461551011163
Binary11011101101001100010000101000110011011011010010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2988; }

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

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

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

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

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

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

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

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