Shades of Cranberry #D2557B
Tints of Cranberry #D2557B
RGB
CMYK
RGB Variations
Color information
#D2557B (or 0xD2557B) is known color: Cranberry. HEX triplet: D2, 55 and 7B. RGB value is (210,85,123). Sum of RGB (Red+Green+Blue) = 210+85+123=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2557B is #2DAA84. Grayscale: #7E7E7E. Windows color (decimal): -2992773 or 8082898. OLE color: 8082898.
HSL color Cylindrical-coordinate representation of color #D2557B: hue angle of 341.76º 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 #D2557B is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 123 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.18 |
| HSL | 341.76º | 0.58% | 0.58% | - |
| HSV(B) | 341.76º | 0.6% | 0.82% | - |
| XYZ | 33.4 | 21.63 | 21.15 | - |
| YUV | 126.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 123 | 0 | 0.60 | 0.41 | 0.18 | 341.76 | 0.58 | 0.58 |
| Hex | D2 | 55 | 7B | 0 | 3C | 29 | 12 | 156 | 3A | 3A |
| Octal | 322 | 125 | 173 | 0 | 74 | 51 | 22 | 526 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1111011 | 0 | 111100 | 101001 | 10010 | 101010110 | 111010 | 111010 |
Color Harmonies of #D2557B
Complementary color
Monochromatic Colors of #D2557B
Black with #D2557B
Text Example
Text Example
White with #D2557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2557B; }
p { color: rgb(210,85,123); }
H1.HeaderClassName
{
color: #D2557B;
}
.AnyTagClassName
{
color: #D2557B;
}
</style>
background-color css
<style>
a { background-color: #D2557B; }
a { background-color: rgb(210,85,123); }
div.DivClassName
{
background-color: #D2557B;
}
.BgClassName
{
background-color: #D2557B;
}
</style>
border-color css
<style>
span { border-color: #D2557B; }
span { border-color: rgb(210,85,123); }
td.TdClassName
{
border-color: #D2557B;
}
.TagClassName
{
border-color: #D2557B;
}
</style>