Shades of Cranberry #D25981
Tints of Cranberry #D25981
RGB
CMYK
RGB Variations
Color information
#D25981 (or 0xD25981) is known color: Cranberry. HEX triplet: D2, 59 and 81. RGB value is (210,89,129). Sum of RGB (Red+Green+Blue) = 210+89+129=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25981 is #2DA67E. Grayscale: #818181. Windows color (decimal): -2991743 or 8477138. OLE color: 8477138.
HSL color Cylindrical-coordinate representation of color #D25981: hue angle of 340.17º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25981 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 129 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.18 |
| HSL | 340.17º | 0.57% | 0.59% | - |
| HSV(B) | 340.17º | 0.58% | 0.82% | - |
| XYZ | 34.11 | 22.43 | 23.3 | - |
| YUV | 129.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 129 | 0 | 0.58 | 0.39 | 0.18 | 340.17 | 0.57 | 0.59 |
| Hex | D2 | 59 | 81 | 0 | 3A | 27 | 12 | 154 | 39 | 3B |
| Octal | 322 | 131 | 201 | 0 | 72 | 47 | 22 | 524 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10000001 | 0 | 111010 | 100111 | 10010 | 101010100 | 111001 | 111011 |
Color Harmonies of #D25981
Complementary color
Monochromatic Colors of #D25981
Black with #D25981
Text Example
Text Example
White with #D25981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25981; }
p { color: rgb(210,89,129); }
H1.HeaderClassName
{
color: #D25981;
}
.AnyTagClassName
{
color: #D25981;
}
</style>
background-color css
<style>
a { background-color: #D25981; }
a { background-color: rgb(210,89,129); }
div.DivClassName
{
background-color: #D25981;
}
.BgClassName
{
background-color: #D25981;
}
</style>
border-color css
<style>
span { border-color: #D25981; }
span { border-color: rgb(210,89,129); }
td.TdClassName
{
border-color: #D25981;
}
.TagClassName
{
border-color: #D25981;
}
</style>