#DD447C

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

Shades of Cranberry #DD447C

Tints of Cranberry #DD447C

Color information

#DD447C (or 0xDD447C) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 7C. RGB value is (221,68,124). Sum of RGB (Red+Green+Blue) = 221+68+124=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447C is #22BB83. Grayscale: #787878. Windows color (decimal): -2276228 or 8144093. OLE color: 8144093.

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

Color convert

RGB22168124-
CMYK00.690.440.13
HSL338.04º69.23%56.67%-
HSV(B)338.04º69.23%86.67%-
XYZ35.5220.9621.24-
YUV120.13130.19199.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=53.51%
G=16.46%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216812400.690.440.13338.0469.2356.67
HexDD447C0452CD1524539
Octal3351041740105541552210571
Binary11011101100010011111000100010110110011011010100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD447C; }

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

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

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

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

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

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

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

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