Shades of Cranberry #D25984
Tints of Cranberry #D25984
RGB
CMYK
RGB Variations
Color information
#D25984 (or 0xD25984) is known color: Cranberry. HEX triplet: D2, 59 and 84. RGB value is (210,89,132). Sum of RGB (Red+Green+Blue) = 210+89+132=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25984 is #2DA67B. Grayscale: #828282. Windows color (decimal): -2991740 or 8673746. OLE color: 8673746.
HSL color Cylindrical-coordinate representation of color #D25984: hue angle of 338.68º 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 #D25984 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 132 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.18 |
| HSL | 338.68º | 0.57% | 0.59% | - |
| HSV(B) | 338.68º | 0.58% | 0.82% | - |
| XYZ | 34.32 | 22.51 | 24.37 | - |
| YUV | 130.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 132 | 0 | 0.58 | 0.37 | 0.18 | 338.68 | 0.57 | 0.59 |
| Hex | D2 | 59 | 84 | 0 | 3A | 25 | 12 | 153 | 39 | 3B |
| Octal | 322 | 131 | 204 | 0 | 72 | 45 | 22 | 523 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10000100 | 0 | 111010 | 100101 | 10010 | 101010011 | 111001 | 111011 |
Color Harmonies of #D25984
Complementary color
Monochromatic Colors of #D25984
Black with #D25984
Text Example
Text Example
White with #D25984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25984; }
p { color: rgb(210,89,132); }
H1.HeaderClassName
{
color: #D25984;
}
.AnyTagClassName
{
color: #D25984;
}
</style>
background-color css
<style>
a { background-color: #D25984; }
a { background-color: rgb(210,89,132); }
div.DivClassName
{
background-color: #D25984;
}
.BgClassName
{
background-color: #D25984;
}
</style>
border-color css
<style>
span { border-color: #D25984; }
span { border-color: rgb(210,89,132); }
td.TdClassName
{
border-color: #D25984;
}
.TagClassName
{
border-color: #D25984;
}
</style>