#DD446C

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

Shades of Cranberry #DD446C

Tints of Cranberry #DD446C

Color information

#DD446C (or 0xDD446C) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 6C. RGB value is (221,68,108). Sum of RGB (Red+Green+Blue) = 221+68+108=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446C is #22BB93. Grayscale: #767676. Windows color (decimal): -2276244 or 7095517. OLE color: 7095517.

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

Color convert

RGB22168108-
CMYK00.690.510.13
HSL344.31º69.23%56.67%-
HSV(B)344.31º69.23%86.67%-
XYZ34.5920.5916.34-
YUV118.31122.19201.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.67%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=55.67%
G=17.13%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216810800.690.510.13344.3169.2356.67
HexDD446C04533D1584539
Octal3351041540105631553010571
Binary11011101100010011011000100010111001111011010110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD446C; }

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

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

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

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

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

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

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

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