Shades of Cranberry #DE547B
Tints of Cranberry #DE547B
RGB
CMYK
RGB Variations
Color information
#DE547B (or 0xDE547B) is known color: Cranberry. HEX triplet: DE, 54 and 7B. RGB value is (222,84,123). Sum of RGB (Red+Green+Blue) = 222+84+123=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE547B is #21AB84. Grayscale: #818181. Windows color (decimal): -2206597 or 8082654. OLE color: 8082654.
HSL color Cylindrical-coordinate representation of color #DE547B: hue angle of 343.04º 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 #DE547B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 123 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 343.04º | 0.68% | 0.6% | - |
| HSV(B) | 343.04º | 0.62% | 0.87% | - |
| XYZ | 36.87 | 23.3 | 21.29 | - |
| YUV | 129.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 123 | 0 | 0.62 | 0.45 | 0.13 | 343.04 | 0.68 | 0.6 |
| Hex | DE | 54 | 7B | 0 | 3E | 2D | D | 157 | 44 | 3C |
| Octal | 336 | 124 | 173 | 0 | 76 | 55 | 15 | 527 | 104 | 74 |
| Binary | 11011110 | 1010100 | 1111011 | 0 | 111110 | 101101 | 1101 | 101010111 | 1000100 | 111100 |
Color Harmonies of #DE547B
Complementary color
Monochromatic Colors of #DE547B
Black with #DE547B
Text Example
Text Example
White with #DE547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE547B; }
p { color: rgb(222,84,123); }
H1.HeaderClassName
{
color: #DE547B;
}
.AnyTagClassName
{
color: #DE547B;
}
</style>
background-color css
<style>
a { background-color: #DE547B; }
a { background-color: rgb(222,84,123); }
div.DivClassName
{
background-color: #DE547B;
}
.BgClassName
{
background-color: #DE547B;
}
</style>
border-color css
<style>
span { border-color: #DE547B; }
span { border-color: rgb(222,84,123); }
td.TdClassName
{
border-color: #DE547B;
}
.TagClassName
{
border-color: #DE547B;
}
</style>