Shades of Cranberry #D25E7C
Tints of Cranberry #D25E7C
RGB
CMYK
RGB Variations
Color information
#D25E7C (or 0xD25E7C) is known color: Cranberry. HEX triplet: D2, 5E and 7C. RGB value is (210,94,124). Sum of RGB (Red+Green+Blue) = 210+94+124=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E7C is #2DA183. Grayscale: #848484. Windows color (decimal): -2990468 or 8150738. OLE color: 8150738.
HSL color Cylindrical-coordinate representation of color #D25E7C: hue angle of 344.48º 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 #D25E7C is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 124 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.18 |
| HSL | 344.48º | 0.56% | 0.6% | - |
| HSV(B) | 344.48º | 0.55% | 0.82% | - |
| XYZ | 34.22 | 23.16 | 21.74 | - |
| YUV | 132.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 124 | 0 | 0.55 | 0.41 | 0.18 | 344.48 | 0.56 | 0.6 |
| Hex | D2 | 5E | 7C | 0 | 37 | 29 | 12 | 158 | 38 | 3C |
| Octal | 322 | 136 | 174 | 0 | 67 | 51 | 22 | 530 | 70 | 74 |
| Binary | 11010010 | 1011110 | 1111100 | 0 | 110111 | 101001 | 10010 | 101011000 | 111000 | 111100 |
Color Harmonies of #D25E7C
Complementary color
Monochromatic Colors of #D25E7C
Black with #D25E7C
Text Example
Text Example
White with #D25E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E7C; }
p { color: rgb(210,94,124); }
H1.HeaderClassName
{
color: #D25E7C;
}
.AnyTagClassName
{
color: #D25E7C;
}
</style>
background-color css
<style>
a { background-color: #D25E7C; }
a { background-color: rgb(210,94,124); }
div.DivClassName
{
background-color: #D25E7C;
}
.BgClassName
{
background-color: #D25E7C;
}
</style>
border-color css
<style>
span { border-color: #D25E7C; }
span { border-color: rgb(210,94,124); }
td.TdClassName
{
border-color: #D25E7C;
}
.TagClassName
{
border-color: #D25E7C;
}
</style>