Shades of Cranberry #DE456B
Tints of Cranberry #DE456B
RGB
CMYK
RGB Variations
Color information
#DE456B (or 0xDE456B) is known color: Cranberry. HEX triplet: DE, 45 and 6B. RGB value is (222,69,107). Sum of RGB (Red+Green+Blue) = 222+69+107=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE456B is #21BA94. Grayscale: #777777. Windows color (decimal): -2210453 or 7030238. OLE color: 7030238.
HSL color Cylindrical-coordinate representation of color #DE456B: hue angle of 345.1º 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 #DE456B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 69 | 107 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 345.1º | 0.7% | 0.57% | - |
| HSV(B) | 345.1º | 0.69% | 0.87% | - |
| XYZ | 34.91 | 20.85 | 16.09 | - |
| YUV | 119.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 107 | 0 | 0.69 | 0.52 | 0.13 | 345.1 | 0.7 | 0.57 |
| Hex | DE | 45 | 6B | 0 | 45 | 34 | D | 159 | 46 | 39 |
| Octal | 336 | 105 | 153 | 0 | 105 | 64 | 15 | 531 | 106 | 71 |
| Binary | 11011110 | 1000101 | 1101011 | 0 | 1000101 | 110100 | 1101 | 101011001 | 1000110 | 111001 |
Color Harmonies of #DE456B
Complementary color
Monochromatic Colors of #DE456B
Black with #DE456B
Text Example
Text Example
White with #DE456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE456B; }
p { color: rgb(222,69,107); }
H1.HeaderClassName
{
color: #DE456B;
}
.AnyTagClassName
{
color: #DE456B;
}
</style>
background-color css
<style>
a { background-color: #DE456B; }
a { background-color: rgb(222,69,107); }
div.DivClassName
{
background-color: #DE456B;
}
.BgClassName
{
background-color: #DE456B;
}
</style>
border-color css
<style>
span { border-color: #DE456B; }
span { border-color: rgb(222,69,107); }
td.TdClassName
{
border-color: #DE456B;
}
.TagClassName
{
border-color: #DE456B;
}
</style>