Shades of Cranberry #DE446B
Tints of Cranberry #DE446B
RGB
CMYK
RGB Variations
Color information
#DE446B (or 0xDE446B) is known color: Cranberry. HEX triplet: DE, 44 and 6B. RGB value is (222,68,107). Sum of RGB (Red+Green+Blue) = 222+68+107=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE446B is #21BB94. Grayscale: #767676. Windows color (decimal): -2210709 or 7029982. OLE color: 7029982.
HSL color Cylindrical-coordinate representation of color #DE446B: hue angle of 344.81º 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 #DE446B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 107 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 344.81º | 0.7% | 0.57% | - |
| HSV(B) | 344.81º | 0.69% | 0.87% | - |
| XYZ | 34.85 | 20.73 | 16.07 | - |
| YUV | 118.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 107 | 0 | 0.69 | 0.52 | 0.13 | 344.81 | 0.7 | 0.57 |
| Hex | DE | 44 | 6B | 0 | 45 | 34 | D | 159 | 46 | 39 |
| Octal | 336 | 104 | 153 | 0 | 105 | 64 | 15 | 531 | 106 | 71 |
| Binary | 11011110 | 1000100 | 1101011 | 0 | 1000101 | 110100 | 1101 | 101011001 | 1000110 | 111001 |
Color Harmonies of #DE446B
Complementary color
Monochromatic Colors of #DE446B
Black with #DE446B
Text Example
Text Example
White with #DE446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE446B; }
p { color: rgb(222,68,107); }
H1.HeaderClassName
{
color: #DE446B;
}
.AnyTagClassName
{
color: #DE446B;
}
</style>
background-color css
<style>
a { background-color: #DE446B; }
a { background-color: rgb(222,68,107); }
div.DivClassName
{
background-color: #DE446B;
}
.BgClassName
{
background-color: #DE446B;
}
</style>
border-color css
<style>
span { border-color: #DE446B; }
span { border-color: rgb(222,68,107); }
td.TdClassName
{
border-color: #DE446B;
}
.TagClassName
{
border-color: #DE446B;
}
</style>