Shades of Cranberry #DE486C
Tints of Cranberry #DE486C
RGB
CMYK
RGB Variations
Color information
#DE486C (or 0xDE486C) is known color: Cranberry. HEX triplet: DE, 48 and 6C. RGB value is (222,72,108). Sum of RGB (Red+Green+Blue) = 222+72+108=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE486C is #21B793. Grayscale: #787878. Windows color (decimal): -2209684 or 7096542. OLE color: 7096542.
HSL color Cylindrical-coordinate representation of color #DE486C: hue angle of 345.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE486C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 108 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.13 |
| HSL | 345.6º | 0.69% | 0.58% | - |
| HSV(B) | 345.6º | 0.68% | 0.87% | - |
| XYZ | 35.15 | 21.25 | 16.44 | - |
| YUV | 120.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 108 | 0 | 0.68 | 0.51 | 0.13 | 345.6 | 0.69 | 0.58 |
| Hex | DE | 48 | 6C | 0 | 44 | 33 | D | 15A | 45 | 3A |
| Octal | 336 | 110 | 154 | 0 | 104 | 63 | 15 | 532 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1101100 | 0 | 1000100 | 110011 | 1101 | 101011010 | 1000101 | 111010 |
Color Harmonies of #DE486C
Complementary color
Monochromatic Colors of #DE486C
Black with #DE486C
Text Example
Text Example
White with #DE486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE486C; }
p { color: rgb(222,72,108); }
H1.HeaderClassName
{
color: #DE486C;
}
.AnyTagClassName
{
color: #DE486C;
}
</style>
background-color css
<style>
a { background-color: #DE486C; }
a { background-color: rgb(222,72,108); }
div.DivClassName
{
background-color: #DE486C;
}
.BgClassName
{
background-color: #DE486C;
}
</style>
border-color css
<style>
span { border-color: #DE486C; }
span { border-color: rgb(222,72,108); }
td.TdClassName
{
border-color: #DE486C;
}
.TagClassName
{
border-color: #DE486C;
}
</style>