Shades of Cranberry #DE567C
Tints of Cranberry #DE567C
RGB
CMYK
RGB Variations
Color information
#DE567C (or 0xDE567C) is known color: Cranberry. HEX triplet: DE, 56 and 7C. RGB value is (222,86,124). Sum of RGB (Red+Green+Blue) = 222+86+124=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE567C is #21A983. Grayscale: #828282. Windows color (decimal): -2206084 or 8148702. OLE color: 8148702.
HSL color Cylindrical-coordinate representation of color #DE567C: hue angle of 343.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE567C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 124 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.13 |
| HSL | 343.24º | 0.67% | 0.6% | - |
| HSV(B) | 343.24º | 0.61% | 0.87% | - |
| XYZ | 37.09 | 23.64 | 21.68 | - |
| YUV | 131 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 124 | 0 | 0.61 | 0.44 | 0.13 | 343.24 | 0.67 | 0.6 |
| Hex | DE | 56 | 7C | 0 | 3D | 2C | D | 157 | 43 | 3C |
| Octal | 336 | 126 | 174 | 0 | 75 | 54 | 15 | 527 | 103 | 74 |
| Binary | 11011110 | 1010110 | 1111100 | 0 | 111101 | 101100 | 1101 | 101010111 | 1000011 | 111100 |
Color Harmonies of #DE567C
Complementary color
Monochromatic Colors of #DE567C
Black with #DE567C
Text Example
Text Example
White with #DE567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE567C; }
p { color: rgb(222,86,124); }
H1.HeaderClassName
{
color: #DE567C;
}
.AnyTagClassName
{
color: #DE567C;
}
</style>
background-color css
<style>
a { background-color: #DE567C; }
a { background-color: rgb(222,86,124); }
div.DivClassName
{
background-color: #DE567C;
}
.BgClassName
{
background-color: #DE567C;
}
</style>
border-color css
<style>
span { border-color: #DE567C; }
span { border-color: rgb(222,86,124); }
td.TdClassName
{
border-color: #DE567C;
}
.TagClassName
{
border-color: #DE567C;
}
</style>