Shades of Cranberry #D25E82
Tints of Cranberry #D25E82
RGB
CMYK
RGB Variations
Color information
#D25E82 (or 0xD25E82) is known color: Cranberry. HEX triplet: D2, 5E and 82. RGB value is (210,94,130). Sum of RGB (Red+Green+Blue) = 210+94+130=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E82 is #2DA17D. Grayscale: #848484. Windows color (decimal): -2990462 or 8543954. OLE color: 8543954.
HSL color Cylindrical-coordinate representation of color #D25E82: hue angle of 341.38º 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 #D25E82 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 130 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.18 |
| HSL | 341.38º | 0.56% | 0.6% | - |
| HSV(B) | 341.38º | 0.55% | 0.82% | - |
| XYZ | 34.61 | 23.32 | 23.8 | - |
| YUV | 132.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 130 | 0 | 0.55 | 0.38 | 0.18 | 341.38 | 0.56 | 0.6 |
| Hex | D2 | 5E | 82 | 0 | 37 | 26 | 12 | 155 | 38 | 3C |
| Octal | 322 | 136 | 202 | 0 | 67 | 46 | 22 | 525 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10000010 | 0 | 110111 | 100110 | 10010 | 101010101 | 111000 | 111100 |
Color Harmonies of #D25E82
Complementary color
Monochromatic Colors of #D25E82
Black with #D25E82
Text Example
Text Example
White with #D25E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E82; }
p { color: rgb(210,94,130); }
H1.HeaderClassName
{
color: #D25E82;
}
.AnyTagClassName
{
color: #D25E82;
}
</style>
background-color css
<style>
a { background-color: #D25E82; }
a { background-color: rgb(210,94,130); }
div.DivClassName
{
background-color: #D25E82;
}
.BgClassName
{
background-color: #D25E82;
}
</style>
border-color css
<style>
span { border-color: #D25E82; }
span { border-color: rgb(210,94,130); }
td.TdClassName
{
border-color: #D25E82;
}
.TagClassName
{
border-color: #D25E82;
}
</style>