Shades of Cranberry #DE537F
Tints of Cranberry #DE537F
RGB
CMYK
RGB Variations
Color information
#DE537F (or 0xDE537F) is known color: Cranberry. HEX triplet: DE, 53 and 7F. RGB value is (222,83,127). Sum of RGB (Red+Green+Blue) = 222+83+127=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE537F is #21AC80. Grayscale: #818181. Windows color (decimal): -2206849 or 8344542. OLE color: 8344542.
HSL color Cylindrical-coordinate representation of color #DE537F: hue angle of 341.01º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE537F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 127 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.13 |
| HSL | 341.01º | 0.68% | 0.6% | - |
| HSV(B) | 341.01º | 0.63% | 0.87% | - |
| XYZ | 37.05 | 23.25 | 22.61 | - |
| YUV | 129.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 127 | 0 | 0.63 | 0.43 | 0.13 | 341.01 | 0.68 | 0.6 |
| Hex | DE | 53 | 7F | 0 | 3F | 2B | D | 155 | 44 | 3C |
| Octal | 336 | 123 | 177 | 0 | 77 | 53 | 15 | 525 | 104 | 74 |
| Binary | 11011110 | 1010011 | 1111111 | 0 | 111111 | 101011 | 1101 | 101010101 | 1000100 | 111100 |
Color Harmonies of #DE537F
Complementary color
Monochromatic Colors of #DE537F
Black with #DE537F
Text Example
Text Example
White with #DE537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE537F; }
p { color: rgb(222,83,127); }
H1.HeaderClassName
{
color: #DE537F;
}
.AnyTagClassName
{
color: #DE537F;
}
</style>
background-color css
<style>
a { background-color: #DE537F; }
a { background-color: rgb(222,83,127); }
div.DivClassName
{
background-color: #DE537F;
}
.BgClassName
{
background-color: #DE537F;
}
</style>
border-color css
<style>
span { border-color: #DE537F; }
span { border-color: rgb(222,83,127); }
td.TdClassName
{
border-color: #DE537F;
}
.TagClassName
{
border-color: #DE537F;
}
</style>