#DD4591

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

Shades of Deep Cerise #DD4591

Tints of Deep Cerise #DD4591

Color information

#DD4591 (or 0xDD4591) is unknown color: approx Deep Cerise. HEX triplet: DD, 45 and 91. RGB value is (221,69,145). Sum of RGB (Red+Green+Blue) = 221+69+145=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4591 is #22BA6E. Grayscale: #7A7A7A. Windows color (decimal): -2275951 or 9520605. OLE color: 9520605.

HSL color Cylindrical-coordinate representation of color #DD4591: hue angle of 330º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4591 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22169145-
CMYK00.690.340.13
HSL330º69.09%56.86%-
HSV(B)330º68.78%86.67%-
XYZ37.0621.6729.02-
YUV123.11140.36197.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=50.80%
G=15.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216914500.690.340.1333069.0956.86
HexDD459104522D14a4539
Octal3351052210105421551210571
Binary110111011000101100100010100010110001011011010010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4591; }

 p { color: rgb(221,69,145); }

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

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

 a { background-color: rgb(221,69,145); }

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

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

 span { border-color: rgb(221,69,145); }

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