Shades of Cranberry #DE546C
Tints of Cranberry #DE546C
RGB
CMYK
RGB Variations
Color information
#DE546C (or 0xDE546C) is known color: Cranberry. HEX triplet: DE, 54 and 6C. RGB value is (222,84,108). Sum of RGB (Red+Green+Blue) = 222+84+108=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE546C is #21AB93. Grayscale: #808080. Windows color (decimal): -2206612 or 7099614. OLE color: 7099614.
HSL color Cylindrical-coordinate representation of color #DE546C: hue angle of 349.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE546C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 108 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.57º | 0.68% | 0.6% | - |
| HSV(B) | 349.57º | 0.62% | 0.87% | - |
| XYZ | 36 | 22.95 | 16.72 | - |
| YUV | 128 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 108 | 0 | 0.62 | 0.51 | 0.13 | 349.57 | 0.68 | 0.6 |
| Hex | DE | 54 | 6C | 0 | 3E | 33 | D | 15E | 44 | 3C |
| Octal | 336 | 124 | 154 | 0 | 76 | 63 | 15 | 536 | 104 | 74 |
| Binary | 11011110 | 1010100 | 1101100 | 0 | 111110 | 110011 | 1101 | 101011110 | 1000100 | 111100 |
Color Harmonies of #DE546C
Complementary color
Monochromatic Colors of #DE546C
Black with #DE546C
Text Example
Text Example
White with #DE546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE546C; }
p { color: rgb(222,84,108); }
H1.HeaderClassName
{
color: #DE546C;
}
.AnyTagClassName
{
color: #DE546C;
}
</style>
background-color css
<style>
a { background-color: #DE546C; }
a { background-color: rgb(222,84,108); }
div.DivClassName
{
background-color: #DE546C;
}
.BgClassName
{
background-color: #DE546C;
}
</style>
border-color css
<style>
span { border-color: #DE546C; }
span { border-color: rgb(222,84,108); }
td.TdClassName
{
border-color: #DE546C;
}
.TagClassName
{
border-color: #DE546C;
}
</style>