Shades of Cranberry #D25177
Tints of Cranberry #D25177
RGB
CMYK
RGB Variations
Color information
#D25177 (or 0xD25177) is known color: Cranberry. HEX triplet: D2, 51 and 77. RGB value is (210,81,119). Sum of RGB (Red+Green+Blue) = 210+81+119=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25177 is #2DAE88. Grayscale: #7B7B7B. Windows color (decimal): -2993801 or 7819730. OLE color: 7819730.
HSL color Cylindrical-coordinate representation of color #D25177: hue angle of 342.33º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25177 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 119 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.18 |
| HSL | 342.33º | 0.59% | 0.57% | - |
| HSV(B) | 342.33º | 0.61% | 0.82% | - |
| XYZ | 32.85 | 20.92 | 19.76 | - |
| YUV | 123.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 119 | 0 | 0.61 | 0.43 | 0.18 | 342.33 | 0.59 | 0.57 |
| Hex | D2 | 51 | 77 | 0 | 3D | 2B | 12 | 156 | 3B | 39 |
| Octal | 322 | 121 | 167 | 0 | 75 | 53 | 22 | 526 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1110111 | 0 | 111101 | 101011 | 10010 | 101010110 | 111011 | 111001 |
Color Harmonies of #D25177
Complementary color
Monochromatic Colors of #D25177
Black with #D25177
Text Example
Text Example
White with #D25177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25177; }
p { color: rgb(210,81,119); }
H1.HeaderClassName
{
color: #D25177;
}
.AnyTagClassName
{
color: #D25177;
}
</style>
background-color css
<style>
a { background-color: #D25177; }
a { background-color: rgb(210,81,119); }
div.DivClassName
{
background-color: #D25177;
}
.BgClassName
{
background-color: #D25177;
}
</style>
border-color css
<style>
span { border-color: #D25177; }
span { border-color: rgb(210,81,119); }
td.TdClassName
{
border-color: #D25177;
}
.TagClassName
{
border-color: #D25177;
}
</style>