Shades of Cranberry #D25B83
Tints of Cranberry #D25B83
RGB
CMYK
RGB Variations
Color information
#D25B83 (or 0xD25B83) is known color: Cranberry. HEX triplet: D2, 5B and 83. RGB value is (210,91,131). Sum of RGB (Red+Green+Blue) = 210+91+131=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B83 is #2DA47C. Grayscale: #838383. Windows color (decimal): -2991229 or 8608722. OLE color: 8608722.
HSL color Cylindrical-coordinate representation of color #D25B83: hue angle of 339.83º 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 #D25B83 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 131 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.18 |
| HSL | 339.83º | 0.57% | 0.59% | - |
| HSV(B) | 339.83º | 0.57% | 0.82% | - |
| XYZ | 34.42 | 22.82 | 24.06 | - |
| YUV | 131.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 131 | 0 | 0.57 | 0.38 | 0.18 | 339.83 | 0.57 | 0.59 |
| Hex | D2 | 5B | 83 | 0 | 39 | 26 | 12 | 154 | 39 | 3B |
| Octal | 322 | 133 | 203 | 0 | 71 | 46 | 22 | 524 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10000011 | 0 | 111001 | 100110 | 10010 | 101010100 | 111001 | 111011 |
Color Harmonies of #D25B83
Complementary color
Monochromatic Colors of #D25B83
Black with #D25B83
Text Example
Text Example
White with #D25B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B83; }
p { color: rgb(210,91,131); }
H1.HeaderClassName
{
color: #D25B83;
}
.AnyTagClassName
{
color: #D25B83;
}
</style>
background-color css
<style>
a { background-color: #D25B83; }
a { background-color: rgb(210,91,131); }
div.DivClassName
{
background-color: #D25B83;
}
.BgClassName
{
background-color: #D25B83;
}
</style>
border-color css
<style>
span { border-color: #D25B83; }
span { border-color: rgb(210,91,131); }
td.TdClassName
{
border-color: #D25B83;
}
.TagClassName
{
border-color: #D25B83;
}
</style>