Shades of Cranberry #D25475
Tints of Cranberry #D25475
RGB
CMYK
RGB Variations
Color information
#D25475 (or 0xD25475) is known color: Cranberry. HEX triplet: D2, 54 and 75. RGB value is (210,84,117). Sum of RGB (Red+Green+Blue) = 210+84+117=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25475 is #2DAB8A. Grayscale: #7D7D7D. Windows color (decimal): -2993035 or 7689426. OLE color: 7689426.
HSL color Cylindrical-coordinate representation of color #D25475: hue angle of 344.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25475 is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 117 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.18 |
| HSL | 344.29º | 0.58% | 0.58% | - |
| HSV(B) | 344.29º | 0.6% | 0.82% | - |
| XYZ | 32.96 | 21.33 | 19.21 | - |
| YUV | 125.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 117 | 0 | 0.6 | 0.44 | 0.18 | 344.29 | 0.58 | 0.58 |
| Hex | D2 | 54 | 75 | 0 | 3C | 2C | 12 | 158 | 3A | 3A |
| Octal | 322 | 124 | 165 | 0 | 74 | 54 | 22 | 530 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1110101 | 0 | 111100 | 101100 | 10010 | 101011000 | 111010 | 111010 |
Color Harmonies of #D25475
Complementary color
Monochromatic Colors of #D25475
Black with #D25475
Text Example
Text Example
White with #D25475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25475; }
p { color: rgb(210,84,117); }
H1.HeaderClassName
{
color: #D25475;
}
.AnyTagClassName
{
color: #D25475;
}
</style>
background-color css
<style>
a { background-color: #D25475; }
a { background-color: rgb(210,84,117); }
div.DivClassName
{
background-color: #D25475;
}
.BgClassName
{
background-color: #D25475;
}
</style>
border-color css
<style>
span { border-color: #D25475; }
span { border-color: rgb(210,84,117); }
td.TdClassName
{
border-color: #D25475;
}
.TagClassName
{
border-color: #D25475;
}
</style>