#DD5A6F

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

Shades of Cranberry #DD5A6F

Tints of Cranberry #DD5A6F

Color information

#DD5A6F (or 0xDD5A6F) is unknown color: approx Cranberry. HEX triplet: DD, 5A and 6F. RGB value is (221,90,111). Sum of RGB (Red+Green+Blue) = 221+90+111=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A6F is #22A590. Grayscale: #838383. Windows color (decimal): -2270609 or 7297757. OLE color: 7297757.

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

Color convert

RGB22190111-
CMYK00.590.500.13
HSL350.38º65.83%60.98%-
HSV(B)350.38º59.28%86.67%-
XYZ36.3423.8317.72-
YUV131.56116.4191.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=52.37%
G=21.33%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219011100.590.500.13350.3865.8360.98
HexDD5A6F03B32D15e423d
Octal335132157073621553610275
Binary1101110110110101101111011101111001011011010111101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A6F; }

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

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

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

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

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

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

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

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