Shades of Cranberry #D2557F
Tints of Cranberry #D2557F
RGB
CMYK
RGB Variations
Color information
#D2557F (or 0xD2557F) is known color: Cranberry. HEX triplet: D2, 55 and 7F. RGB value is (210,85,127). Sum of RGB (Red+Green+Blue) = 210+85+127=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2557F is #2DAA80. Grayscale: #7F7F7F. Windows color (decimal): -2992769 or 8345042. OLE color: 8345042.
HSL color Cylindrical-coordinate representation of color #D2557F: hue angle of 339.84º 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 #D2557F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 127 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.18 |
| HSL | 339.84º | 0.58% | 0.58% | - |
| HSV(B) | 339.84º | 0.6% | 0.82% | - |
| XYZ | 33.66 | 21.73 | 22.5 | - |
| YUV | 127.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 127 | 0 | 0.60 | 0.40 | 0.18 | 339.84 | 0.58 | 0.58 |
| Hex | D2 | 55 | 7F | 0 | 3C | 28 | 12 | 154 | 3A | 3A |
| Octal | 322 | 125 | 177 | 0 | 74 | 50 | 22 | 524 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1111111 | 0 | 111100 | 101000 | 10010 | 101010100 | 111010 | 111010 |
Color Harmonies of #D2557F
Complementary color
Monochromatic Colors of #D2557F
Black with #D2557F
Text Example
Text Example
White with #D2557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2557F; }
p { color: rgb(210,85,127); }
H1.HeaderClassName
{
color: #D2557F;
}
.AnyTagClassName
{
color: #D2557F;
}
</style>
background-color css
<style>
a { background-color: #D2557F; }
a { background-color: rgb(210,85,127); }
div.DivClassName
{
background-color: #D2557F;
}
.BgClassName
{
background-color: #D2557F;
}
</style>
border-color css
<style>
span { border-color: #D2557F; }
span { border-color: rgb(210,85,127); }
td.TdClassName
{
border-color: #D2557F;
}
.TagClassName
{
border-color: #D2557F;
}
</style>