Shades of Cranberry #D05079
Tints of Cranberry #D05079
RGB
CMYK
RGB Variations
Color information
#D05079 (or 0xD05079) is known color: Cranberry. HEX triplet: D0, 50 and 79. RGB value is (208,80,121). Sum of RGB (Red+Green+Blue) = 208+80+121=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D05079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05079 is #2FAF86. Grayscale: #7A7A7A. Windows color (decimal): -3125127 or 7950544. OLE color: 7950544.
HSL color Cylindrical-coordinate representation of color #D05079: hue angle of 340.78º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05079 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 121 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.18 |
| HSL | 340.78º | 0.58% | 0.56% | - |
| HSV(B) | 340.78º | 0.62% | 0.82% | - |
| XYZ | 32.33 | 20.53 | 20.35 | - |
| YUV | 122.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 121 | 0 | 0.62 | 0.42 | 0.18 | 340.78 | 0.58 | 0.56 |
| Hex | D0 | 50 | 79 | 0 | 3E | 2A | 12 | 155 | 3A | 38 |
| Octal | 320 | 120 | 171 | 0 | 76 | 52 | 22 | 525 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1111001 | 0 | 111110 | 101010 | 10010 | 101010101 | 111010 | 111000 |
Color Harmonies of #D05079
Complementary color
Monochromatic Colors of #D05079
Black with #D05079
Text Example
Text Example
White with #D05079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05079; }
p { color: rgb(208,80,121); }
H1.HeaderClassName
{
color: #D05079;
}
.AnyTagClassName
{
color: #D05079;
}
</style>
background-color css
<style>
a { background-color: #D05079; }
a { background-color: rgb(208,80,121); }
div.DivClassName
{
background-color: #D05079;
}
.BgClassName
{
background-color: #D05079;
}
</style>
border-color css
<style>
span { border-color: #D05079; }
span { border-color: rgb(208,80,121); }
td.TdClassName
{
border-color: #D05079;
}
.TagClassName
{
border-color: #D05079;
}
</style>