#DD1C90

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

Shades of Deep Cerise #DD1C90

Tints of Deep Cerise #DD1C90

Color information

#DD1C90 (or 0xDD1C90) is unknown color: approx Deep Cerise. HEX triplet: DD, 1C and 90. RGB value is (221,28,144). Sum of RGB (Red+Green+Blue) = 221+28+144=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C90 is #22E36F. Grayscale: #626262. Windows color (decimal): -2286448 or 9444573. OLE color: 9444573.

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

Color convert

RGB22128144-
CMYK00.870.350.13
HSL323.94º77.51%48.82%-
HSV(B)323.94º87.33%86.67%-
XYZ35.2718.2228.04-
YUV98.93153.44215.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 28 (11.33% from 255) = 7.12%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=56.23%
G=7.12%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212814400.870.350.13323.9477.5148.82
HexDD1C9005723D1444e31
Octal335342200127431550411661
Binary1101110111100100100000101011110001111011010001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C90; }

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

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

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

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

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

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

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

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