Shades of Cranberry #DE4473
Tints of Cranberry #DE4473
RGB
CMYK
RGB Variations
Color information
#DE4473 (or 0xDE4473) is known color: Cranberry. HEX triplet: DE, 44 and 73. RGB value is (222,68,115). Sum of RGB (Red+Green+Blue) = 222+68+115=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4473 is #21BB8C. Grayscale: #777777. Windows color (decimal): -2210701 or 7554270. OLE color: 7554270.
HSL color Cylindrical-coordinate representation of color #DE4473: hue angle of 341.69º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE4473 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 115 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.13 |
| HSL | 341.69º | 0.7% | 0.57% | - |
| HSV(B) | 341.69º | 0.69% | 0.87% | - |
| XYZ | 35.29 | 20.9 | 18.39 | - |
| YUV | 119.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 115 | 0 | 0.69 | 0.48 | 0.13 | 341.69 | 0.7 | 0.57 |
| Hex | DE | 44 | 73 | 0 | 45 | 30 | D | 156 | 46 | 39 |
| Octal | 336 | 104 | 163 | 0 | 105 | 60 | 15 | 526 | 106 | 71 |
| Binary | 11011110 | 1000100 | 1110011 | 0 | 1000101 | 110000 | 1101 | 101010110 | 1000110 | 111001 |
Color Harmonies of #DE4473
Complementary color
Monochromatic Colors of #DE4473
Black with #DE4473
Text Example
Text Example
White with #DE4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4473; }
p { color: rgb(222,68,115); }
H1.HeaderClassName
{
color: #DE4473;
}
.AnyTagClassName
{
color: #DE4473;
}
</style>
background-color css
<style>
a { background-color: #DE4473; }
a { background-color: rgb(222,68,115); }
div.DivClassName
{
background-color: #DE4473;
}
.BgClassName
{
background-color: #DE4473;
}
</style>
border-color css
<style>
span { border-color: #DE4473; }
span { border-color: rgb(222,68,115); }
td.TdClassName
{
border-color: #DE4473;
}
.TagClassName
{
border-color: #DE4473;
}
</style>