#DD4575

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

Shades of Cranberry #DD4575

Tints of Cranberry #DD4575

Color information

#DD4575 (or 0xDD4575) is unknown color: approx Cranberry. HEX triplet: DD, 45 and 75. RGB value is (221,69,117). Sum of RGB (Red+Green+Blue) = 221+69+117=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4575 is #22BA8A. Grayscale: #777777. Windows color (decimal): -2275979 or 7685597. OLE color: 7685597.

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

Color convert

RGB22169117-
CMYK00.690.470.13
HSL341.05º69.09%56.86%-
HSV(B)341.05º68.78%86.67%-
XYZ35.1620.9119.01-
YUV119.92126.36200.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=54.30%
G=16.95%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216911700.690.470.13341.0569.0956.86
HexDD45750452FD1554539
Octal3351051650105571552510571
Binary11011101100010111101010100010110111111011010101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4575; }

 p { color: rgb(221,69,117); }

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

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

 a { background-color: rgb(221,69,117); }

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

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

 span { border-color: rgb(221,69,117); }

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