Shades of Cranberry #D2577E
Tints of Cranberry #D2577E
RGB
CMYK
RGB Variations
Color information
#D2577E (or 0xD2577E) is known color: Cranberry. HEX triplet: D2, 57 and 7E. RGB value is (210,87,126). Sum of RGB (Red+Green+Blue) = 210+87+126=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2577E is #2DA881. Grayscale: #808080. Windows color (decimal): -2992258 or 8280018. OLE color: 8280018.
HSL color Cylindrical-coordinate representation of color #D2577E: hue angle of 340.98º 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 #D2577E is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 126 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.18 |
| HSL | 340.98º | 0.58% | 0.58% | - |
| HSV(B) | 340.98º | 0.59% | 0.82% | - |
| XYZ | 33.75 | 22.02 | 22.21 | - |
| YUV | 128.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 126 | 0 | 0.59 | 0.4 | 0.18 | 340.98 | 0.58 | 0.58 |
| Hex | D2 | 57 | 7E | 0 | 3B | 28 | 12 | 155 | 3A | 3A |
| Octal | 322 | 127 | 176 | 0 | 73 | 50 | 22 | 525 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1111110 | 0 | 111011 | 101000 | 10010 | 101010101 | 111010 | 111010 |
Color Harmonies of #D2577E
Complementary color
Monochromatic Colors of #D2577E
Black with #D2577E
Text Example
Text Example
White with #D2577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2577E; }
p { color: rgb(210,87,126); }
H1.HeaderClassName
{
color: #D2577E;
}
.AnyTagClassName
{
color: #D2577E;
}
</style>
background-color css
<style>
a { background-color: #D2577E; }
a { background-color: rgb(210,87,126); }
div.DivClassName
{
background-color: #D2577E;
}
.BgClassName
{
background-color: #D2577E;
}
</style>
border-color css
<style>
span { border-color: #D2577E; }
span { border-color: rgb(210,87,126); }
td.TdClassName
{
border-color: #D2577E;
}
.TagClassName
{
border-color: #D2577E;
}
</style>