#DD3561

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

Shades of Cerise #DD3561

Tints of Cerise #DD3561

Color information

#DD3561 (or 0xDD3561) is unknown color: approx Cerise. HEX triplet: DD, 35 and 61. RGB value is (221,53,97). Sum of RGB (Red+Green+Blue) = 221+53+97=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3561 is #22CA9E. Grayscale: #6C6C6C. Windows color (decimal): -2280095 or 6370781. OLE color: 6370781.

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

Color convert

RGB2215397-
CMYK00.760.560.13
HSL344.29º71.19%53.73%-
HSV(B)344.29º76.02%86.67%-
XYZ33.2518.7813.18-
YUV108.25121.66208.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=59.57%
G=14.29%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221539700.760.560.13344.2971.1953.73
HexDD356104C38D1584736
Octal335651410114701553010766
Binary1101110111010111000010100110011100011011010110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3561; }

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

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

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

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

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

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

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

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