Shades of Cranberry #D25376
Tints of Cranberry #D25376
RGB
CMYK
RGB Variations
Color information
#D25376 (or 0xD25376) is known color: Cranberry. HEX triplet: D2, 53 and 76. RGB value is (210,83,118). Sum of RGB (Red+Green+Blue) = 210+83+118=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25376 is #2DAC89. Grayscale: #7C7C7C. Windows color (decimal): -2993290 or 7754706. OLE color: 7754706.
HSL color Cylindrical-coordinate representation of color #D25376: hue angle of 343.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25376 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 118 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.18 |
| HSL | 343.46º | 0.59% | 0.57% | - |
| HSV(B) | 343.46º | 0.6% | 0.82% | - |
| XYZ | 32.94 | 21.2 | 19.49 | - |
| YUV | 124.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 118 | 0 | 0.60 | 0.44 | 0.18 | 343.46 | 0.59 | 0.57 |
| Hex | D2 | 53 | 76 | 0 | 3C | 2C | 12 | 157 | 3B | 39 |
| Octal | 322 | 123 | 166 | 0 | 74 | 54 | 22 | 527 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1110110 | 0 | 111100 | 101100 | 10010 | 101010111 | 111011 | 111001 |
Color Harmonies of #D25376
Complementary color
Monochromatic Colors of #D25376
Black with #D25376
Text Example
Text Example
White with #D25376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25376; }
p { color: rgb(210,83,118); }
H1.HeaderClassName
{
color: #D25376;
}
.AnyTagClassName
{
color: #D25376;
}
</style>
background-color css
<style>
a { background-color: #D25376; }
a { background-color: rgb(210,83,118); }
div.DivClassName
{
background-color: #D25376;
}
.BgClassName
{
background-color: #D25376;
}
</style>
border-color css
<style>
span { border-color: #D25376; }
span { border-color: rgb(210,83,118); }
td.TdClassName
{
border-color: #D25376;
}
.TagClassName
{
border-color: #D25376;
}
</style>