#DD576E

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

Shades of Cranberry #DD576E

Tints of Cranberry #DD576E

Color information

#DD576E (or 0xDD576E) is unknown color: approx Cranberry. HEX triplet: DD, 57 and 6E. RGB value is (221,87,110). Sum of RGB (Red+Green+Blue) = 221+87+110=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD576E is #22A891. Grayscale: #818181. Windows color (decimal): -2271378 or 7231453. OLE color: 7231453.

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

Color convert

RGB22187110-
CMYK00.610.500.13
HSL349.7º66.34%60.39%-
HSV(B)349.7º60.63%86.67%-
XYZ36.0423.3117.35-
YUV129.69116.89193.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=52.87%
G=20.81%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218711000.610.500.13349.766.3460.39
HexDD576E03D32D15e423c
Octal335127156075621553610274
Binary1101110110101111101110011110111001011011010111101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD576E; }

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

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

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

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

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

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

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

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