#DD1C89

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

Shades of Deep Cerise #DD1C89

Tints of Deep Cerise #DD1C89

Color information

#DD1C89 (or 0xDD1C89) is unknown color: approx Deep Cerise. HEX triplet: DD, 1C and 89. RGB value is (221,28,137). Sum of RGB (Red+Green+Blue) = 221+28+137=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C89 is #22E376. Grayscale: #616161. Windows color (decimal): -2286455 or 8985821. OLE color: 8985821.

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

Color convert

RGB22128137-
CMYK00.870.380.13
HSL326.11º77.51%48.82%-
HSV(B)326.11º87.33%86.67%-
XYZ34.7518.0125.31-
YUV98.13149.94215.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 28 (11.33% from 255) = 7.25%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=57.25%
G=7.25%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212813700.870.380.13326.1177.5148.82
HexDD1C8905726D1464e31
Octal335342110127461550611661
Binary1101110111100100010010101011110011011011010001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C89; }

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

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

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

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

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

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

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

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