Shades of Cranberry #D25C84
Tints of Cranberry #D25C84
RGB
CMYK
RGB Variations
Color information
#D25C84 (or 0xD25C84) is known color: Cranberry. HEX triplet: D2, 5C and 84. RGB value is (210,92,132). Sum of RGB (Red+Green+Blue) = 210+92+132=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C84 is #2DA37B. Grayscale: #838383. Windows color (decimal): -2990972 or 8674514. OLE color: 8674514.
HSL color Cylindrical-coordinate representation of color #D25C84: hue angle of 339.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25C84 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 132 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.18 |
| HSL | 339.66º | 0.57% | 0.59% | - |
| HSV(B) | 339.66º | 0.56% | 0.82% | - |
| XYZ | 34.57 | 23.02 | 24.45 | - |
| YUV | 131.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 132 | 0 | 0.56 | 0.37 | 0.18 | 339.66 | 0.57 | 0.59 |
| Hex | D2 | 5C | 84 | 0 | 38 | 25 | 12 | 154 | 39 | 3B |
| Octal | 322 | 134 | 204 | 0 | 70 | 45 | 22 | 524 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10000100 | 0 | 111000 | 100101 | 10010 | 101010100 | 111001 | 111011 |
Color Harmonies of #D25C84
Complementary color
Monochromatic Colors of #D25C84
Black with #D25C84
Text Example
Text Example
White with #D25C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C84; }
p { color: rgb(210,92,132); }
H1.HeaderClassName
{
color: #D25C84;
}
.AnyTagClassName
{
color: #D25C84;
}
</style>
background-color css
<style>
a { background-color: #D25C84; }
a { background-color: rgb(210,92,132); }
div.DivClassName
{
background-color: #D25C84;
}
.BgClassName
{
background-color: #D25C84;
}
</style>
border-color css
<style>
span { border-color: #D25C84; }
span { border-color: rgb(210,92,132); }
td.TdClassName
{
border-color: #D25C84;
}
.TagClassName
{
border-color: #D25C84;
}
</style>