#dd446b

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

Shades of Cranberry #DD446B

Tints of Cranberry #DD446B

Color information

#DD446B (or 0xDD446B) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 6B. RGB value is (221,68,107). Sum of RGB (Red+Green+Blue) = 221+68+107=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446B is #22BB94. Grayscale: #767676. Windows color (decimal): -2276245 or 7029981. OLE color: 7029981.

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

Color convert

RGB22168107-
CMYK00.690.520.13
HSL344.71º69.23%56.67%-
HSV(B)344.71º69.23%86.67%-
XYZ34.5420.5716.06-
YUV118.19121.69201.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=55.81%
G=17.17%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216810700.690.520.13344.7169.2356.67
HexDD446B04534D1594539
Octal3351041530105641553110571
Binary11011101100010011010110100010111010011011010110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd446b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd446b; }

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

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

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

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

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

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

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

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