#DD4561

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

Shades of Cerise #DD4561

Tints of Cerise #DD4561

Color information

#DD4561 (or 0xDD4561) is unknown color: approx Cerise. HEX triplet: DD, 45 and 61. RGB value is (221,69,97). Sum of RGB (Red+Green+Blue) = 221+69+97=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4561 is #22BA9E. Grayscale: #757575. Windows color (decimal): -2275999 or 6374877. OLE color: 6374877.

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

Color convert

RGB2216997-
CMYK00.690.560.13
HSL348.95º69.09%56.86%-
HSV(B)348.95º68.78%86.67%-
XYZ34.120.4913.47-
YUV117.64116.36201.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=57.11%
G=17.83%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221699700.690.560.13348.9569.0956.86
HexDD456104538D15d4539
Octal3351051410105701553510571
Binary11011101100010111000010100010111100011011010111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4561; }

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

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

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

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

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

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

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

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