Shades of Cranberry #DE486B
Tints of Cranberry #DE486B
RGB
CMYK
RGB Variations
Color information
#DE486B (or 0xDE486B) is known color: Cranberry. HEX triplet: DE, 48 and 6B. RGB value is (222,72,107). Sum of RGB (Red+Green+Blue) = 222+72+107=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE486B is #21B794. Grayscale: #787878. Windows color (decimal): -2209685 or 7031006. OLE color: 7031006.
HSL color Cylindrical-coordinate representation of color #DE486B: hue angle of 346º 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 #DE486B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 107 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.13 |
| HSL | 346º | 0.69% | 0.58% | - |
| HSV(B) | 346º | 0.68% | 0.87% | - |
| XYZ | 35.1 | 21.23 | 16.16 | - |
| YUV | 120.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 107 | 0 | 0.68 | 0.52 | 0.13 | 346 | 0.69 | 0.58 |
| Hex | DE | 48 | 6B | 0 | 44 | 34 | D | 15A | 45 | 3A |
| Octal | 336 | 110 | 153 | 0 | 104 | 64 | 15 | 532 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1101011 | 0 | 1000100 | 110100 | 1101 | 101011010 | 1000101 | 111010 |
Color Harmonies of #DE486B
Complementary color
Monochromatic Colors of #DE486B
Black with #DE486B
Text Example
Text Example
White with #DE486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE486B; }
p { color: rgb(222,72,107); }
H1.HeaderClassName
{
color: #DE486B;
}
.AnyTagClassName
{
color: #DE486B;
}
</style>
background-color css
<style>
a { background-color: #DE486B; }
a { background-color: rgb(222,72,107); }
div.DivClassName
{
background-color: #DE486B;
}
.BgClassName
{
background-color: #DE486B;
}
</style>
border-color css
<style>
span { border-color: #DE486B; }
span { border-color: rgb(222,72,107); }
td.TdClassName
{
border-color: #DE486B;
}
.TagClassName
{
border-color: #DE486B;
}
</style>