#DD577A

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

Shades of Cranberry #DD577A

Tints of Cranberry #DD577A

Color information

#DD577A (or 0xDD577A) is unknown color: approx Cranberry. HEX triplet: DD, 57 and 7A. RGB value is (221,87,122). Sum of RGB (Red+Green+Blue) = 221+87+122=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577A is #22A885. Grayscale: #838383. Windows color (decimal): -2271366 or 8017885. OLE color: 8017885.

HSL color Cylindrical-coordinate representation of color #DD577A: hue angle of 344.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD577A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB22187122-
CMYK00.610.450.13
HSL344.33º66.34%60.39%-
HSV(B)344.33º60.63%86.67%-
XYZ36.7423.5921.03-
YUV131.06122.89192.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=51.40%
G=20.23%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218712200.610.450.13344.3366.3460.39
HexDD577A03D2DD158423c
Octal335127172075551553010274
Binary1101110110101111111010011110110110111011010110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD577A; }

 p { color: rgb(221,87,122); }

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

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

 a { background-color: rgb(221,87,122); }

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

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

 span { border-color: rgb(221,87,122); }

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