Shades of Cranberry #D25786
Tints of Cranberry #D25786
RGB
CMYK
RGB Variations
Color information
#D25786 (or 0xD25786) is known color: Cranberry. HEX triplet: D2, 57 and 86. RGB value is (210,87,134). Sum of RGB (Red+Green+Blue) = 210+87+134=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25786 is #2DA879. Grayscale: #818181. Windows color (decimal): -2992250 or 8804306. OLE color: 8804306.
HSL color Cylindrical-coordinate representation of color #D25786: hue angle of 337.07º 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 #D25786 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 134 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.18 |
| HSL | 337.07º | 0.58% | 0.58% | - |
| HSV(B) | 337.07º | 0.59% | 0.82% | - |
| XYZ | 34.29 | 22.24 | 25.04 | - |
| YUV | 129.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 134 | 0 | 0.59 | 0.36 | 0.18 | 337.07 | 0.58 | 0.58 |
| Hex | D2 | 57 | 86 | 0 | 3B | 24 | 12 | 151 | 3A | 3A |
| Octal | 322 | 127 | 206 | 0 | 73 | 44 | 22 | 521 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10000110 | 0 | 111011 | 100100 | 10010 | 101010001 | 111010 | 111010 |
Color Harmonies of #D25786
Complementary color
Monochromatic Colors of #D25786
Black with #D25786
Text Example
Text Example
White with #D25786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25786; }
p { color: rgb(210,87,134); }
H1.HeaderClassName
{
color: #D25786;
}
.AnyTagClassName
{
color: #D25786;
}
</style>
background-color css
<style>
a { background-color: #D25786; }
a { background-color: rgb(210,87,134); }
div.DivClassName
{
background-color: #D25786;
}
.BgClassName
{
background-color: #D25786;
}
</style>
border-color css
<style>
span { border-color: #D25786; }
span { border-color: rgb(210,87,134); }
td.TdClassName
{
border-color: #D25786;
}
.TagClassName
{
border-color: #D25786;
}
</style>