#DD3489

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

Shades of Deep Cerise #DD3489

Tints of Deep Cerise #DD3489

Color information

#DD3489 (or 0xDD3489) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and 89. RGB value is (221,52,137). Sum of RGB (Red+Green+Blue) = 221+52+137=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3489 is #22CB76. Grayscale: #707070. Windows color (decimal): -2280311 or 8991965. OLE color: 8991965.

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

Color convert

RGB22152137-
CMYK00.760.380.13
HSL329.82º71.31%53.53%-
HSV(B)329.82º76.47%86.67%-
XYZ35.5619.6325.58-
YUV112.22141.99205.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 52 (20.70% from 255) = 12.68%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=53.90%
G=12.68%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215213700.760.380.13329.8271.3153.53
HexDD348904C26D14a4736
Octal335642110114461551210766
Binary11011101110100100010010100110010011011011010010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3489; }

 p { color: rgb(221,52,137); }

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

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

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

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

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

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

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