Shades of Cranberry #DD557D
Tints of Cranberry #DD557D
RGB
CMYK
RGB Variations
Color information
#DD557D (or 0xDD557D) is known color: Cranberry. HEX triplet: DD, 55 and 7D. RGB value is (221,85,125). Sum of RGB (Red+Green+Blue) = 221+85+125=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD557D is #22AA82. Grayscale: #828282. Windows color (decimal): -2271875 or 8213981. OLE color: 8213981.
HSL color Cylindrical-coordinate representation of color #DD557D: hue angle of 342.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD557D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 85 | 125 | - |
CMYK | 0 | 0.62 | 0.43 | 0.13 |
HSL | 342.35º | 0.67% | 0.6% | - |
HSV(B) | 342.35º | 0.62% | 0.87% | - |
XYZ | 36.77 | 23.35 | 21.97 | - |
YUV | 130.22 | 125.06 | 192.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 85 | 125 | 0 | 0.62 | 0.43 | 0.13 | 342.35 | 0.67 | 0.6 |
Hex | DD | 55 | 7D | 0 | 3E | 2B | D | 156 | 43 | 3C |
Octal | 335 | 125 | 175 | 0 | 76 | 53 | 15 | 526 | 103 | 74 |
Binary | 11011101 | 1010101 | 1111101 | 0 | 111110 | 101011 | 1101 | 101010110 | 1000011 | 111100 |
Color Harmonies of #DD557D
Complementary color
Monochromatic Colors of #DD557D
Black with #DD557D
Text Example
Text Example
White with #DD557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD557D; }
p { color: rgb(221,85,125); }
H1.HeaderClassName
{
color: #DD557D;
}
.AnyTagClassName
{
color: #DD557D;
}
</style>
background-color css
<style>
a { background-color: #DD557D; }
a { background-color: rgb(221,85,125); }
div.DivClassName
{
background-color: #DD557D;
}
.BgClassName
{
background-color: #DD557D;
}
</style>
border-color css
<style>
span { border-color: #DD557D; }
span { border-color: rgb(221,85,125); }
td.TdClassName
{
border-color: #DD557D;
}
.TagClassName
{
border-color: #DD557D;
}
</style>