Shades of Cranberry #D2557A
Tints of Cranberry #D2557A
RGB
CMYK
RGB Variations
Color information
#D2557A (or 0xD2557A) is known color: Cranberry. HEX triplet: D2, 55 and 7A. RGB value is (210,85,122). Sum of RGB (Red+Green+Blue) = 210+85+122=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2557A is #2DAA85. Grayscale: #7E7E7E. Windows color (decimal): -2992774 or 8017362. OLE color: 8017362.
HSL color Cylindrical-coordinate representation of color #D2557A: hue angle of 342.24º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2557A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 122 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.18 |
| HSL | 342.24º | 0.58% | 0.58% | - |
| HSV(B) | 342.24º | 0.6% | 0.82% | - |
| XYZ | 33.34 | 21.6 | 20.83 | - |
| YUV | 126.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 122 | 0 | 0.60 | 0.42 | 0.18 | 342.24 | 0.58 | 0.58 |
| Hex | D2 | 55 | 7A | 0 | 3C | 2A | 12 | 156 | 3A | 3A |
| Octal | 322 | 125 | 172 | 0 | 74 | 52 | 22 | 526 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1111010 | 0 | 111100 | 101010 | 10010 | 101010110 | 111010 | 111010 |
Color Harmonies of #D2557A
Complementary color
Monochromatic Colors of #D2557A
Black with #D2557A
Text Example
Text Example
White with #D2557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2557A; }
p { color: rgb(210,85,122); }
H1.HeaderClassName
{
color: #D2557A;
}
.AnyTagClassName
{
color: #D2557A;
}
</style>
background-color css
<style>
a { background-color: #D2557A; }
a { background-color: rgb(210,85,122); }
div.DivClassName
{
background-color: #D2557A;
}
.BgClassName
{
background-color: #D2557A;
}
</style>
border-color css
<style>
span { border-color: #D2557A; }
span { border-color: rgb(210,85,122); }
td.TdClassName
{
border-color: #D2557A;
}
.TagClassName
{
border-color: #D2557A;
}
</style>