Shades of Cranberry #D2577F
Tints of Cranberry #D2577F
RGB
CMYK
RGB Variations
Color information
#D2577F (or 0xD2577F) is known color: Cranberry. HEX triplet: D2, 57 and 7F. RGB value is (210,87,127). Sum of RGB (Red+Green+Blue) = 210+87+127=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2577F is #2DA880. Grayscale: #808080. Windows color (decimal): -2992257 or 8345554. OLE color: 8345554.
HSL color Cylindrical-coordinate representation of color #D2577F: hue angle of 340.49º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2577F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 127 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.18 |
| HSL | 340.49º | 0.58% | 0.58% | - |
| HSV(B) | 340.49º | 0.59% | 0.82% | - |
| XYZ | 33.82 | 22.05 | 22.55 | - |
| YUV | 128.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 127 | 0 | 0.59 | 0.40 | 0.18 | 340.49 | 0.58 | 0.58 |
| Hex | D2 | 57 | 7F | 0 | 3B | 28 | 12 | 154 | 3A | 3A |
| Octal | 322 | 127 | 177 | 0 | 73 | 50 | 22 | 524 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1111111 | 0 | 111011 | 101000 | 10010 | 101010100 | 111010 | 111010 |
Color Harmonies of #D2577F
Complementary color
Monochromatic Colors of #D2577F
Black with #D2577F
Text Example
Text Example
White with #D2577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2577F; }
p { color: rgb(210,87,127); }
H1.HeaderClassName
{
color: #D2577F;
}
.AnyTagClassName
{
color: #D2577F;
}
</style>
background-color css
<style>
a { background-color: #D2577F; }
a { background-color: rgb(210,87,127); }
div.DivClassName
{
background-color: #D2577F;
}
.BgClassName
{
background-color: #D2577F;
}
</style>
border-color css
<style>
span { border-color: #D2577F; }
span { border-color: rgb(210,87,127); }
td.TdClassName
{
border-color: #D2577F;
}
.TagClassName
{
border-color: #D2577F;
}
</style>