Shades of Cranberry #D05983
Tints of Cranberry #D05983
RGB
CMYK
RGB Variations
Color information
#D05983 (or 0xD05983) is known color: Cranberry. HEX triplet: D0, 59 and 83. RGB value is (208,89,131). Sum of RGB (Red+Green+Blue) = 208+89+131=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D05983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05983 is #2FA67C. Grayscale: #818181. Windows color (decimal): -3122813 or 8608208. OLE color: 8608208.
HSL color Cylindrical-coordinate representation of color #D05983: hue angle of 338.82º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05983 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 131 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.18 |
| HSL | 338.82º | 0.56% | 0.58% | - |
| HSV(B) | 338.82º | 0.57% | 0.82% | - |
| XYZ | 33.68 | 22.19 | 23.98 | - |
| YUV | 129.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 131 | 0 | 0.57 | 0.37 | 0.18 | 338.82 | 0.56 | 0.58 |
| Hex | D0 | 59 | 83 | 0 | 39 | 25 | 12 | 153 | 38 | 3A |
| Octal | 320 | 131 | 203 | 0 | 71 | 45 | 22 | 523 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10000011 | 0 | 111001 | 100101 | 10010 | 101010011 | 111000 | 111010 |
Color Harmonies of #D05983
Complementary color
Monochromatic Colors of #D05983
Black with #D05983
Text Example
Text Example
White with #D05983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05983; }
p { color: rgb(208,89,131); }
H1.HeaderClassName
{
color: #D05983;
}
.AnyTagClassName
{
color: #D05983;
}
</style>
background-color css
<style>
a { background-color: #D05983; }
a { background-color: rgb(208,89,131); }
div.DivClassName
{
background-color: #D05983;
}
.BgClassName
{
background-color: #D05983;
}
</style>
border-color css
<style>
span { border-color: #D05983; }
span { border-color: rgb(208,89,131); }
td.TdClassName
{
border-color: #D05983;
}
.TagClassName
{
border-color: #D05983;
}
</style>