Shades of Cranberry #D25B85
Tints of Cranberry #D25B85
RGB
CMYK
RGB Variations
Color information
#D25B85 (or 0xD25B85) is known color: Cranberry. HEX triplet: D2, 5B and 85. RGB value is (210,91,133). Sum of RGB (Red+Green+Blue) = 210+91+133=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B85 is #2DA47A. Grayscale: #838383. Windows color (decimal): -2991227 or 8739794. OLE color: 8739794.
HSL color Cylindrical-coordinate representation of color #D25B85: hue angle of 338.82º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25B85 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 133 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.18 |
| HSL | 338.82º | 0.57% | 0.59% | - |
| HSV(B) | 338.82º | 0.57% | 0.82% | - |
| XYZ | 34.55 | 22.88 | 24.78 | - |
| YUV | 131.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 133 | 0 | 0.57 | 0.37 | 0.18 | 338.82 | 0.57 | 0.59 |
| Hex | D2 | 5B | 85 | 0 | 39 | 25 | 12 | 153 | 39 | 3B |
| Octal | 322 | 133 | 205 | 0 | 71 | 45 | 22 | 523 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10000101 | 0 | 111001 | 100101 | 10010 | 101010011 | 111001 | 111011 |
Color Harmonies of #D25B85
Complementary color
Monochromatic Colors of #D25B85
Black with #D25B85
Text Example
Text Example
White with #D25B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B85; }
p { color: rgb(210,91,133); }
H1.HeaderClassName
{
color: #D25B85;
}
.AnyTagClassName
{
color: #D25B85;
}
</style>
background-color css
<style>
a { background-color: #D25B85; }
a { background-color: rgb(210,91,133); }
div.DivClassName
{
background-color: #D25B85;
}
.BgClassName
{
background-color: #D25B85;
}
</style>
border-color css
<style>
span { border-color: #D25B85; }
span { border-color: rgb(210,91,133); }
td.TdClassName
{
border-color: #D25B85;
}
.TagClassName
{
border-color: #D25B85;
}
</style>