Shades of Cranberry #D05D84
Tints of Cranberry #D05D84
RGB
CMYK
RGB Variations
Color information
#D05D84 (or 0xD05D84) is known color: Cranberry. HEX triplet: D0, 5D and 84. RGB value is (208,93,132). Sum of RGB (Red+Green+Blue) = 208+93+132=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D84 is #2FA27B. Grayscale: #838383. Windows color (decimal): -3121788 or 8674768. OLE color: 8674768.
HSL color Cylindrical-coordinate representation of color #D05D84: hue angle of 339.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D84 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 132 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.18 |
| HSL | 339.65º | 0.55% | 0.59% | - |
| HSV(B) | 339.65º | 0.55% | 0.82% | - |
| XYZ | 34.09 | 22.9 | 24.45 | - |
| YUV | 131.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 132 | 0 | 0.55 | 0.37 | 0.18 | 339.65 | 0.55 | 0.59 |
| Hex | D0 | 5D | 84 | 0 | 37 | 25 | 12 | 154 | 37 | 3B |
| Octal | 320 | 135 | 204 | 0 | 67 | 45 | 22 | 524 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10000100 | 0 | 110111 | 100101 | 10010 | 101010100 | 110111 | 111011 |
Color Harmonies of #D05D84
Complementary color
Monochromatic Colors of #D05D84
Black with #D05D84
Text Example
Text Example
White with #D05D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D84; }
p { color: rgb(208,93,132); }
H1.HeaderClassName
{
color: #D05D84;
}
.AnyTagClassName
{
color: #D05D84;
}
</style>
background-color css
<style>
a { background-color: #D05D84; }
a { background-color: rgb(208,93,132); }
div.DivClassName
{
background-color: #D05D84;
}
.BgClassName
{
background-color: #D05D84;
}
</style>
border-color css
<style>
span { border-color: #D05D84; }
span { border-color: rgb(208,93,132); }
td.TdClassName
{
border-color: #D05D84;
}
.TagClassName
{
border-color: #D05D84;
}
</style>