Shades of Cranberry #D05082
Tints of Cranberry #D05082
RGB
CMYK
RGB Variations
Color information
#D05082 (or 0xD05082) is known color: Cranberry. HEX triplet: D0, 50 and 82. RGB value is (208,80,130). Sum of RGB (Red+Green+Blue) = 208+80+130=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D05082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05082 is #2FAF7D. Grayscale: #7B7B7B. Windows color (decimal): -3125118 or 8540368. OLE color: 8540368.
HSL color Cylindrical-coordinate representation of color #D05082: hue angle of 336.56º 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 #D05082 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 130 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.18 |
| HSL | 336.56º | 0.58% | 0.56% | - |
| HSV(B) | 336.56º | 0.62% | 0.82% | - |
| XYZ | 32.91 | 20.76 | 23.39 | - |
| YUV | 123.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 130 | 0 | 0.62 | 0.38 | 0.18 | 336.56 | 0.58 | 0.56 |
| Hex | D0 | 50 | 82 | 0 | 3E | 26 | 12 | 151 | 3A | 38 |
| Octal | 320 | 120 | 202 | 0 | 76 | 46 | 22 | 521 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10000010 | 0 | 111110 | 100110 | 10010 | 101010001 | 111010 | 111000 |
Color Harmonies of #D05082
Complementary color
Monochromatic Colors of #D05082
Black with #D05082
Text Example
Text Example
White with #D05082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05082; }
p { color: rgb(208,80,130); }
H1.HeaderClassName
{
color: #D05082;
}
.AnyTagClassName
{
color: #D05082;
}
</style>
background-color css
<style>
a { background-color: #D05082; }
a { background-color: rgb(208,80,130); }
div.DivClassName
{
background-color: #D05082;
}
.BgClassName
{
background-color: #D05082;
}
</style>
border-color css
<style>
span { border-color: #D05082; }
span { border-color: rgb(208,80,130); }
td.TdClassName
{
border-color: #D05082;
}
.TagClassName
{
border-color: #D05082;
}
</style>