#DD3595

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

Shades of Deep Cerise #DD3595

Tints of Deep Cerise #DD3595

Color information

#DD3595 (or 0xDD3595) is unknown color: approx Deep Cerise. HEX triplet: DD, 35 and 95. RGB value is (221,53,149). Sum of RGB (Red+Green+Blue) = 221+53+149=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3595 is #22CA6A. Grayscale: #717171. Windows color (decimal): -2280043 or 9778653. OLE color: 9778653.

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

Color convert

RGB22153149-
CMYK00.760.330.13
HSL325.71º71.19%53.73%-
HSV(B)325.71º76.02%86.67%-
XYZ36.5220.0930.39-
YUV114.18147.66204.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=52.25%
G=12.53%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215314900.760.330.13325.7171.1953.73
HexDD359504C21D1464736
Octal335652250114411550610766
Binary11011101110101100101010100110010000111011010001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3595; }

 p { color: rgb(221,53,149); }

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

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

 a { background-color: rgb(221,53,149); }

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

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

 span { border-color: rgb(221,53,149); }

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