#DD4277

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

Shades of Cranberry #DD4277

Tints of Cranberry #DD4277

Color information

#DD4277 (or 0xDD4277) is unknown color: approx Cranberry. HEX triplet: DD, 42 and 77. RGB value is (221,66,119). Sum of RGB (Red+Green+Blue) = 221+66+119=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4277 is #22BD88. Grayscale: #767676. Windows color (decimal): -2276745 or 7815901. OLE color: 7815901.

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

Color convert

RGB22166119-
CMYK00.700.460.13
HSL339.48º69.51%56.27%-
HSV(B)339.48º70.14%86.67%-
XYZ35.120.619.58-
YUV118.39128.35201.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.43%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=54.43%
G=16.26%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216611900.700.460.13339.4869.5156.27
HexDD42770462ED1534638
Octal3351021670106561552310670
Binary11011101100001011101110100011010111011011010100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4277; }

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

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

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

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

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

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

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

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