#DD4560

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

Shades of Cerise #DD4560

Tints of Cerise #DD4560

Color information

#DD4560 (or 0xDD4560) is unknown color: approx Cerise. HEX triplet: DD, 45 and 60. RGB value is (221,69,96). Sum of RGB (Red+Green+Blue) = 221+69+96=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4560 is #22BA9F. Grayscale: #757575. Windows color (decimal): -2276000 or 6309341. OLE color: 6309341.

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

Color convert

RGB2216996-
CMYK00.690.570.13
HSL349.34º69.09%56.86%-
HSV(B)349.34º68.78%86.67%-
XYZ34.0620.4713.22-
YUV117.53115.86201.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=57.25%
G=17.88%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221699600.690.570.13349.3469.0956.86
HexDD456004539D15d4539
Octal3351051400105711553510571
Binary11011101100010111000000100010111100111011010111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4560; }

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

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

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

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

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

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

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

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