Shades of Cranberry #D25276
Tints of Cranberry #D25276
RGB
CMYK
RGB Variations
Color information
#D25276 (or 0xD25276) is known color: Cranberry. HEX triplet: D2, 52 and 76. RGB value is (210,82,118). Sum of RGB (Red+Green+Blue) = 210+82+118=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25276 is #2DAD89. Grayscale: #7C7C7C. Windows color (decimal): -2993546 or 7754450. OLE color: 7754450.
HSL color Cylindrical-coordinate representation of color #D25276: hue angle of 343.12º 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 #D25276 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 118 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.18 |
| HSL | 343.13º | 0.59% | 0.57% | - |
| HSV(B) | 343.13º | 0.61% | 0.82% | - |
| XYZ | 32.87 | 21.04 | 19.47 | - |
| YUV | 124.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 118 | 0 | 0.61 | 0.44 | 0.18 | 343.13 | 0.59 | 0.57 |
| Hex | D2 | 52 | 76 | 0 | 3D | 2C | 12 | 157 | 3B | 39 |
| Octal | 322 | 122 | 166 | 0 | 75 | 54 | 22 | 527 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1110110 | 0 | 111101 | 101100 | 10010 | 101010111 | 111011 | 111001 |
Color Harmonies of #D25276
Complementary color
Monochromatic Colors of #D25276
Black with #D25276
Text Example
Text Example
White with #D25276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25276; }
p { color: rgb(210,82,118); }
H1.HeaderClassName
{
color: #D25276;
}
.AnyTagClassName
{
color: #D25276;
}
</style>
background-color css
<style>
a { background-color: #D25276; }
a { background-color: rgb(210,82,118); }
div.DivClassName
{
background-color: #D25276;
}
.BgClassName
{
background-color: #D25276;
}
</style>
border-color css
<style>
span { border-color: #D25276; }
span { border-color: rgb(210,82,118); }
td.TdClassName
{
border-color: #D25276;
}
.TagClassName
{
border-color: #D25276;
}
</style>