#DD446A

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

Shades of Cranberry #DD446A

Tints of Cranberry #DD446A

Color information

#DD446A (or 0xDD446A) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 6A. RGB value is (221,68,106). Sum of RGB (Red+Green+Blue) = 221+68+106=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446A is #22BB95. Grayscale: #767676. Windows color (decimal): -2276246 or 6964445. OLE color: 6964445.

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

Color convert

RGB22168106-
CMYK00.690.520.13
HSL345.1º69.23%56.67%-
HSV(B)345.1º69.23%86.67%-
XYZ34.4920.5515.78-
YUV118.08121.19201.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=55.95%
G=17.22%
B=26.84%

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
Decimal2216810600.690.520.13345.169.2356.67
HexDD446A04534D1594539
Octal3351041520105641553110571
Binary11011101100010011010100100010111010011011010110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD446A; }

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

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

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

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

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

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

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

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