#DD497F

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

Shades of Cranberry #DD497F

Tints of Cranberry #DD497F

Color information

#DD497F (or 0xDD497F) is unknown color: approx Cranberry. HEX triplet: DD, 49 and 7F. RGB value is (221,73,127). Sum of RGB (Red+Green+Blue) = 221+73+127=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD497F is #22B680. Grayscale: #7B7B7B. Windows color (decimal): -2274945 or 8341981. OLE color: 8341981.

HSL color Cylindrical-coordinate representation of color #DD497F: hue angle of 338.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD497F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22173127-
CMYK00.670.430.13
HSL338.11º68.52%57.65%-
HSV(B)338.11º66.97%86.67%-
XYZ36.0321.6722.36-
YUV123.41130.03197.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 127 (50% from 255) = 30.17%
R=52.49%
G=17.34%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217312700.670.430.13338.1168.5257.65
HexDD497F0432BD152453a
Octal3351111770103531552210572
Binary11011101100100111111110100001110101111011010100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD497F; }

 p { color: rgb(221,73,127); }

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

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

 a { background-color: rgb(221,73,127); }

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

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

 span { border-color: rgb(221,73,127); }

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