Shades of Cranberry #DE5375
Tints of Cranberry #DE5375
RGB
CMYK
RGB Variations
Color information
#DE5375 (or 0xDE5375) is known color: Cranberry. HEX triplet: DE, 53 and 75. RGB value is (222,83,117). Sum of RGB (Red+Green+Blue) = 222+83+117=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5375 is #21AC8A. Grayscale: #808080. Windows color (decimal): -2206859 or 7689182. OLE color: 7689182.
HSL color Cylindrical-coordinate representation of color #DE5375: hue angle of 345.32º 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 #DE5375 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 117 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.13 |
| HSL | 345.32º | 0.68% | 0.6% | - |
| HSV(B) | 345.32º | 0.63% | 0.87% | - |
| XYZ | 36.43 | 23 | 19.35 | - |
| YUV | 128.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 117 | 0 | 0.63 | 0.47 | 0.13 | 345.32 | 0.68 | 0.6 |
| Hex | DE | 53 | 75 | 0 | 3F | 2F | D | 159 | 44 | 3C |
| Octal | 336 | 123 | 165 | 0 | 77 | 57 | 15 | 531 | 104 | 74 |
| Binary | 11011110 | 1010011 | 1110101 | 0 | 111111 | 101111 | 1101 | 101011001 | 1000100 | 111100 |
Color Harmonies of #DE5375
Complementary color
Monochromatic Colors of #DE5375
Black with #DE5375
Text Example
Text Example
White with #DE5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5375; }
p { color: rgb(222,83,117); }
H1.HeaderClassName
{
color: #DE5375;
}
.AnyTagClassName
{
color: #DE5375;
}
</style>
background-color css
<style>
a { background-color: #DE5375; }
a { background-color: rgb(222,83,117); }
div.DivClassName
{
background-color: #DE5375;
}
.BgClassName
{
background-color: #DE5375;
}
</style>
border-color css
<style>
span { border-color: #DE5375; }
span { border-color: rgb(222,83,117); }
td.TdClassName
{
border-color: #DE5375;
}
.TagClassName
{
border-color: #DE5375;
}
</style>