Shades of Cranberry #D05585
Tints of Cranberry #D05585
RGB
CMYK
RGB Variations
Color information
#D05585 (or 0xD05585) is known color: Cranberry. HEX triplet: D0, 55 and 85. RGB value is (208,85,133). Sum of RGB (Red+Green+Blue) = 208+85+133=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05585 is #2FAA7A. Grayscale: #7F7F7F. Windows color (decimal): -3123835 or 8738256. OLE color: 8738256.
HSL color Cylindrical-coordinate representation of color #D05585: hue angle of 336.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05585 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 133 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.18 |
| HSL | 336.59º | 0.57% | 0.57% | - |
| HSV(B) | 336.59º | 0.59% | 0.82% | - |
| XYZ | 33.49 | 21.6 | 24.59 | - |
| YUV | 127.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 133 | 0 | 0.59 | 0.36 | 0.18 | 336.59 | 0.57 | 0.57 |
| Hex | D0 | 55 | 85 | 0 | 3B | 24 | 12 | 151 | 39 | 39 |
| Octal | 320 | 125 | 205 | 0 | 73 | 44 | 22 | 521 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10000101 | 0 | 111011 | 100100 | 10010 | 101010001 | 111001 | 111001 |
Color Harmonies of #D05585
Complementary color
Monochromatic Colors of #D05585
Black with #D05585
Text Example
Text Example
White with #D05585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05585; }
p { color: rgb(208,85,133); }
H1.HeaderClassName
{
color: #D05585;
}
.AnyTagClassName
{
color: #D05585;
}
</style>
background-color css
<style>
a { background-color: #D05585; }
a { background-color: rgb(208,85,133); }
div.DivClassName
{
background-color: #D05585;
}
.BgClassName
{
background-color: #D05585;
}
</style>
border-color css
<style>
span { border-color: #D05585; }
span { border-color: rgb(208,85,133); }
td.TdClassName
{
border-color: #D05585;
}
.TagClassName
{
border-color: #D05585;
}
</style>