#DD4479

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

Shades of Cranberry #DD4479

Tints of Cranberry #DD4479

Color information

#DD4479 (or 0xDD4479) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 79. RGB value is (221,68,121). Sum of RGB (Red+Green+Blue) = 221+68+121=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4479 is #22BB86. Grayscale: #777777. Windows color (decimal): -2276231 or 7947485. OLE color: 7947485.

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

Color convert

RGB22168121-
CMYK00.690.450.13
HSL339.22º69.23%56.67%-
HSV(B)339.22º69.23%86.67%-
XYZ35.3420.8920.26-
YUV119.79128.69200.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=53.90%
G=16.59%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216812100.690.450.13339.2269.2356.67
HexDD44790452DD1534539
Octal3351041710105551552310571
Binary11011101100010011110010100010110110111011010100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4479; }

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

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

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

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

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

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

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

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