#dd1e80

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

Shades of Deep Cerise #DD1E80

Tints of Deep Cerise #DD1E80

Color information

#DD1E80 (or 0xDD1E80) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 80. RGB value is (221,30,128). Sum of RGB (Red+Green+Blue) = 221+30+128=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E80 is #22E17F. Grayscale: #626262. Windows color (decimal): -2285952 or 8396509. OLE color: 8396509.

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

Color convert

RGB22130128-
CMYK00.860.420.13
HSL329.21º76.1%49.22%-
HSV(B)329.21º86.43%86.67%-
XYZ34.1817.8622.07-
YUV98.28144.78215.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 30 (12.11% from 255) = 7.92%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=58.31%
G=7.92%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213012800.860.420.13329.2176.149.22
HexDD1E800562AD1494c31
Octal335362000126521551111461
Binary1101110111110100000000101011010101011011010010011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1e80; }

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

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

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

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

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

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

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

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