Shades of Cranberry #DE5275
Tints of Cranberry #DE5275
RGB
CMYK
RGB Variations
Color information
#DE5275 (or 0xDE5275) is known color: Cranberry. HEX triplet: DE, 52 and 75. RGB value is (222,82,117). Sum of RGB (Red+Green+Blue) = 222+82+117=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5275 is #21AD8A. Grayscale: #7F7F7F. Windows color (decimal): -2207115 or 7688926. OLE color: 7688926.
HSL color Cylindrical-coordinate representation of color #DE5275: hue angle of 345º 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 #DE5275 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 117 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.13 |
| HSL | 345º | 0.68% | 0.6% | - |
| HSV(B) | 345º | 0.63% | 0.87% | - |
| XYZ | 36.35 | 22.85 | 19.32 | - |
| YUV | 127.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 117 | 0 | 0.63 | 0.47 | 0.13 | 345 | 0.68 | 0.6 |
| Hex | DE | 52 | 75 | 0 | 3F | 2F | D | 159 | 44 | 3C |
| Octal | 336 | 122 | 165 | 0 | 77 | 57 | 15 | 531 | 104 | 74 |
| Binary | 11011110 | 1010010 | 1110101 | 0 | 111111 | 101111 | 1101 | 101011001 | 1000100 | 111100 |
Color Harmonies of #DE5275
Complementary color
Monochromatic Colors of #DE5275
Black with #DE5275
Text Example
Text Example
White with #DE5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5275; }
p { color: rgb(222,82,117); }
H1.HeaderClassName
{
color: #DE5275;
}
.AnyTagClassName
{
color: #DE5275;
}
</style>
background-color css
<style>
a { background-color: #DE5275; }
a { background-color: rgb(222,82,117); }
div.DivClassName
{
background-color: #DE5275;
}
.BgClassName
{
background-color: #DE5275;
}
</style>
border-color css
<style>
span { border-color: #DE5275; }
span { border-color: rgb(222,82,117); }
td.TdClassName
{
border-color: #DE5275;
}
.TagClassName
{
border-color: #DE5275;
}
</style>