#DD516F

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

Shades of Cranberry #DD516F

Tints of Cranberry #DD516F

Color information

#DD516F (or 0xDD516F) is unknown color: approx Cranberry. HEX triplet: DD, 51 and 6F. RGB value is (221,81,111). Sum of RGB (Red+Green+Blue) = 221+81+111=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD516F is #22AE90. Grayscale: #7E7E7E. Windows color (decimal): -2272913 or 7295453. OLE color: 7295453.

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

Color convert

RGB22181111-
CMYK00.630.500.13
HSL347.14º67.31%59.22%-
HSV(B)347.14º63.35%86.67%-
XYZ35.6322.417.49-
YUV126.28119.38195.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=53.51%
G=19.61%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218111100.630.500.13347.1467.3159.22
HexDD516F03F32D15b433b
Octal335121157077621553310373
Binary1101110110100011101111011111111001011011010110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD516F; }

 p { color: rgb(221,81,111); }

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

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

 a { background-color: rgb(221,81,111); }

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

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

 span { border-color: rgb(221,81,111); }

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