Shades of Cranberry #DE5175
Tints of Cranberry #DE5175
RGB
CMYK
RGB Variations
Color information
#DE5175 (or 0xDE5175) is known color: Cranberry. HEX triplet: DE, 51 and 75. RGB value is (222,81,117). Sum of RGB (Red+Green+Blue) = 222+81+117=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5175 is #21AE8A. Grayscale: #7F7F7F. Windows color (decimal): -2207371 or 7688670. OLE color: 7688670.
HSL color Cylindrical-coordinate representation of color #DE5175: hue angle of 344.68º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5175 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 117 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.13 |
| HSL | 344.68º | 0.68% | 0.59% | - |
| HSV(B) | 344.68º | 0.64% | 0.87% | - |
| XYZ | 36.28 | 22.7 | 19.3 | - |
| YUV | 127.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 117 | 0 | 0.64 | 0.47 | 0.13 | 344.68 | 0.68 | 0.59 |
| Hex | DE | 51 | 75 | 0 | 40 | 2F | D | 159 | 44 | 3B |
| Octal | 336 | 121 | 165 | 0 | 100 | 57 | 15 | 531 | 104 | 73 |
| Binary | 11011110 | 1010001 | 1110101 | 0 | 1000000 | 101111 | 1101 | 101011001 | 1000100 | 111011 |
Color Harmonies of #DE5175
Complementary color
Monochromatic Colors of #DE5175
Black with #DE5175
Text Example
Text Example
White with #DE5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5175; }
p { color: rgb(222,81,117); }
H1.HeaderClassName
{
color: #DE5175;
}
.AnyTagClassName
{
color: #DE5175;
}
</style>
background-color css
<style>
a { background-color: #DE5175; }
a { background-color: rgb(222,81,117); }
div.DivClassName
{
background-color: #DE5175;
}
.BgClassName
{
background-color: #DE5175;
}
</style>
border-color css
<style>
span { border-color: #DE5175; }
span { border-color: rgb(222,81,117); }
td.TdClassName
{
border-color: #DE5175;
}
.TagClassName
{
border-color: #DE5175;
}
</style>