#dd1e90

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

Shades of Deep Cerise #DD1E90

Tints of Deep Cerise #DD1E90

Color information

#DD1E90 (or 0xDD1E90) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 90. RGB value is (221,30,144). Sum of RGB (Red+Green+Blue) = 221+30+144=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E90 is #22E16F. Grayscale: #636363. Windows color (decimal): -2285936 or 9445085. OLE color: 9445085.

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

Color convert

RGB22130144-
CMYK00.860.350.13
HSL324.19º76.1%49.22%-
HSV(B)324.19º86.43%86.67%-
XYZ35.3218.3128.06-
YUV100.1152.78214.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 30 (12.11% from 255) = 7.59%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=55.95%
G=7.59%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213014400.860.350.13324.1976.149.22
HexDD1E9005623D1444c31
Octal335362200126431550411461
Binary1101110111110100100000101011010001111011010001001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1e90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1e90; }

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

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

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

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

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

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

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

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