Shades of Cranberry #D05D81
Tints of Cranberry #D05D81
RGB
CMYK
RGB Variations
Color information
#D05D81 (or 0xD05D81) is known color: Cranberry. HEX triplet: D0, 5D and 81. RGB value is (208,93,129). Sum of RGB (Red+Green+Blue) = 208+93+129=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D81 is #2FA27E. Grayscale: #838383. Windows color (decimal): -3121791 or 8478160. OLE color: 8478160.
HSL color Cylindrical-coordinate representation of color #D05D81: hue angle of 341.22º 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 #D05D81 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 129 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.18 |
| HSL | 341.22º | 0.55% | 0.59% | - |
| HSV(B) | 341.22º | 0.55% | 0.82% | - |
| XYZ | 33.89 | 22.82 | 23.39 | - |
| YUV | 131.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 129 | 0 | 0.55 | 0.38 | 0.18 | 341.22 | 0.55 | 0.59 |
| Hex | D0 | 5D | 81 | 0 | 37 | 26 | 12 | 155 | 37 | 3B |
| Octal | 320 | 135 | 201 | 0 | 67 | 46 | 22 | 525 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10000001 | 0 | 110111 | 100110 | 10010 | 101010101 | 110111 | 111011 |
Color Harmonies of #D05D81
Complementary color
Monochromatic Colors of #D05D81
Black with #D05D81
Text Example
Text Example
White with #D05D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D81; }
p { color: rgb(208,93,129); }
H1.HeaderClassName
{
color: #D05D81;
}
.AnyTagClassName
{
color: #D05D81;
}
</style>
background-color css
<style>
a { background-color: #D05D81; }
a { background-color: rgb(208,93,129); }
div.DivClassName
{
background-color: #D05D81;
}
.BgClassName
{
background-color: #D05D81;
}
</style>
border-color css
<style>
span { border-color: #D05D81; }
span { border-color: rgb(208,93,129); }
td.TdClassName
{
border-color: #D05D81;
}
.TagClassName
{
border-color: #D05D81;
}
</style>