#DD4470

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

Shades of Cranberry #DD4470

Tints of Cranberry #DD4470

Color information

#DD4470 (or 0xDD4470) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 70. RGB value is (221,68,112). Sum of RGB (Red+Green+Blue) = 221+68+112=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4470 is #22BB8F. Grayscale: #767676. Windows color (decimal): -2276240 or 7357661. OLE color: 7357661.

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

Color convert

RGB22168112-
CMYK00.690.490.13
HSL342.75º69.23%56.67%-
HSV(B)342.75º69.23%86.67%-
XYZ34.8120.6817.49-
YUV118.76124.19200.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=55.11%
G=16.96%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216811200.690.490.13342.7569.2356.67
HexDD447004531D1574539
Octal3351041600105611552710571
Binary11011101100010011100000100010111000111011010101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4470; }

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

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

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

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

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

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

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

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