Shades of Cranberry #D25E7A
Tints of Cranberry #D25E7A
RGB
CMYK
RGB Variations
Color information
#D25E7A (or 0xD25E7A) is known color: Cranberry. HEX triplet: D2, 5E and 7A. RGB value is (210,94,122). Sum of RGB (Red+Green+Blue) = 210+94+122=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E7A is #2DA185. Grayscale: #838383. Windows color (decimal): -2990470 or 8019666. OLE color: 8019666.
HSL color Cylindrical-coordinate representation of color #D25E7A: hue angle of 345.52º 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 #D25E7A is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 122 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.18 |
| HSL | 345.52º | 0.56% | 0.6% | - |
| HSV(B) | 345.52º | 0.55% | 0.82% | - |
| XYZ | 34.09 | 23.11 | 21.08 | - |
| YUV | 131.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 122 | 0 | 0.55 | 0.42 | 0.18 | 345.52 | 0.56 | 0.6 |
| Hex | D2 | 5E | 7A | 0 | 37 | 2A | 12 | 15A | 38 | 3C |
| Octal | 322 | 136 | 172 | 0 | 67 | 52 | 22 | 532 | 70 | 74 |
| Binary | 11010010 | 1011110 | 1111010 | 0 | 110111 | 101010 | 10010 | 101011010 | 111000 | 111100 |
Color Harmonies of #D25E7A
Complementary color
Monochromatic Colors of #D25E7A
Black with #D25E7A
Text Example
Text Example
White with #D25E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E7A; }
p { color: rgb(210,94,122); }
H1.HeaderClassName
{
color: #D25E7A;
}
.AnyTagClassName
{
color: #D25E7A;
}
</style>
background-color css
<style>
a { background-color: #D25E7A; }
a { background-color: rgb(210,94,122); }
div.DivClassName
{
background-color: #D25E7A;
}
.BgClassName
{
background-color: #D25E7A;
}
</style>
border-color css
<style>
span { border-color: #D25E7A; }
span { border-color: rgb(210,94,122); }
td.TdClassName
{
border-color: #D25E7A;
}
.TagClassName
{
border-color: #D25E7A;
}
</style>