#DD4275

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

Shades of Cranberry #DD4275

Tints of Cranberry #DD4275

Color information

#DD4275 (or 0xDD4275) is unknown color: approx Cranberry. HEX triplet: DD, 42 and 75. RGB value is (221,66,117). Sum of RGB (Red+Green+Blue) = 221+66+117=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4275 is #22BD8A. Grayscale: #767676. Windows color (decimal): -2276747 or 7684829. OLE color: 7684829.

HSL color Cylindrical-coordinate representation of color #DD4275: hue angle of 340.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4275 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22166117-
CMYK00.700.470.13
HSL340.26º69.51%56.27%-
HSV(B)340.26º70.14%86.67%-
XYZ34.9820.5518.95-
YUV118.16127.35201.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=54.70%
G=16.34%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216611700.700.470.13340.2669.5156.27
HexDD42750462FD1544638
Octal3351021650106571552410670
Binary11011101100001011101010100011010111111011010101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4275; }

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

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

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

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

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

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

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

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