Shades of Cranberry #D25E7D
Tints of Cranberry #D25E7D
RGB
CMYK
RGB Variations
Color information
#D25E7D (or 0xD25E7D) is known color: Cranberry. HEX triplet: D2, 5E and 7D. RGB value is (210,94,125). Sum of RGB (Red+Green+Blue) = 210+94+125=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E7D is #2DA182. Grayscale: #848484. Windows color (decimal): -2990467 or 8216274. OLE color: 8216274.
HSL color Cylindrical-coordinate representation of color #D25E7D: hue angle of 343.97º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25E7D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 125 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 343.97º | 0.56% | 0.6% | - |
| HSV(B) | 343.97º | 0.55% | 0.82% | - |
| XYZ | 34.28 | 23.19 | 22.07 | - |
| YUV | 132.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 125 | 0 | 0.55 | 0.40 | 0.18 | 343.97 | 0.56 | 0.6 |
| Hex | D2 | 5E | 7D | 0 | 37 | 28 | 12 | 158 | 38 | 3C |
| Octal | 322 | 136 | 175 | 0 | 67 | 50 | 22 | 530 | 70 | 74 |
| Binary | 11010010 | 1011110 | 1111101 | 0 | 110111 | 101000 | 10010 | 101011000 | 111000 | 111100 |
Color Harmonies of #D25E7D
Complementary color
Monochromatic Colors of #D25E7D
Black with #D25E7D
Text Example
Text Example
White with #D25E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E7D; }
p { color: rgb(210,94,125); }
H1.HeaderClassName
{
color: #D25E7D;
}
.AnyTagClassName
{
color: #D25E7D;
}
</style>
background-color css
<style>
a { background-color: #D25E7D; }
a { background-color: rgb(210,94,125); }
div.DivClassName
{
background-color: #D25E7D;
}
.BgClassName
{
background-color: #D25E7D;
}
</style>
border-color css
<style>
span { border-color: #D25E7D; }
span { border-color: rgb(210,94,125); }
td.TdClassName
{
border-color: #D25E7D;
}
.TagClassName
{
border-color: #D25E7D;
}
</style>