#DD4466

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

Shades of Cerise #DD4466

Tints of Cerise #DD4466

Color information

#DD4466 (or 0xDD4466) is unknown color: approx Cerise. HEX triplet: DD, 44 and 66. RGB value is (221,68,102). Sum of RGB (Red+Green+Blue) = 221+68+102=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4466 is #22BB99. Grayscale: #757575. Windows color (decimal): -2276250 or 6702301. OLE color: 6702301.

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

Color convert

RGB22168102-
CMYK00.690.540.13
HSL346.67º69.23%56.67%-
HSV(B)346.67º69.23%86.67%-
XYZ34.2820.4714.71-
YUV117.62119.19201.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=56.52%
G=17.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216810200.690.540.13346.6769.2356.67
HexDD446604536D15b4539
Octal3351041460105661553310571
Binary11011101100010011001100100010111011011011010110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4466; }

 p { color: rgb(221,68,102); }

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

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

 a { background-color: rgb(221,68,102); }

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

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

 span { border-color: rgb(221,68,102); }

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