Shades of Cranberry #D25884
Tints of Cranberry #D25884
RGB
CMYK
RGB Variations
Color information
#D25884 (or 0xD25884) is known color: Cranberry. HEX triplet: D2, 58 and 84. RGB value is (210,88,132). Sum of RGB (Red+Green+Blue) = 210+88+132=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D25884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25884 is #2DA77B. Grayscale: #818181. Windows color (decimal): -2991996 or 8673490. OLE color: 8673490.
HSL color Cylindrical-coordinate representation of color #D25884: hue angle of 338.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25884 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 132 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.18 |
| HSL | 338.36º | 0.58% | 0.58% | - |
| HSV(B) | 338.36º | 0.58% | 0.82% | - |
| XYZ | 34.23 | 22.35 | 24.34 | - |
| YUV | 129.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 132 | 0 | 0.58 | 0.37 | 0.18 | 338.36 | 0.58 | 0.58 |
| Hex | D2 | 58 | 84 | 0 | 3A | 25 | 12 | 152 | 3A | 3A |
| Octal | 322 | 130 | 204 | 0 | 72 | 45 | 22 | 522 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10000100 | 0 | 111010 | 100101 | 10010 | 101010010 | 111010 | 111010 |
Color Harmonies of #D25884
Complementary color
Monochromatic Colors of #D25884
Black with #D25884
Text Example
Text Example
White with #D25884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25884; }
p { color: rgb(210,88,132); }
H1.HeaderClassName
{
color: #D25884;
}
.AnyTagClassName
{
color: #D25884;
}
</style>
background-color css
<style>
a { background-color: #D25884; }
a { background-color: rgb(210,88,132); }
div.DivClassName
{
background-color: #D25884;
}
.BgClassName
{
background-color: #D25884;
}
</style>
border-color css
<style>
span { border-color: #D25884; }
span { border-color: rgb(210,88,132); }
td.TdClassName
{
border-color: #D25884;
}
.TagClassName
{
border-color: #D25884;
}
</style>