Shades of Cranberry #DE4681
Tints of Cranberry #DE4681
RGB
CMYK
RGB Variations
Color information
#DE4681 (or 0xDE4681) is known color: Cranberry. HEX triplet: DE, 46 and 81. RGB value is (222,70,129). Sum of RGB (Red+Green+Blue) = 222+70+129=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4681 is #21B97E. Grayscale: #7A7A7A. Windows color (decimal): -2210175 or 8472286. OLE color: 8472286.
HSL color Cylindrical-coordinate representation of color #DE4681: hue angle of 336.71º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4681 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 129 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.13 |
| HSL | 336.71º | 0.7% | 0.57% | - |
| HSV(B) | 336.71º | 0.68% | 0.87% | - |
| XYZ | 36.28 | 21.49 | 23.01 | - |
| YUV | 122.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 129 | 0 | 0.68 | 0.42 | 0.13 | 336.71 | 0.7 | 0.57 |
| Hex | DE | 46 | 81 | 0 | 44 | 2A | D | 151 | 46 | 39 |
| Octal | 336 | 106 | 201 | 0 | 104 | 52 | 15 | 521 | 106 | 71 |
| Binary | 11011110 | 1000110 | 10000001 | 0 | 1000100 | 101010 | 1101 | 101010001 | 1000110 | 111001 |
Color Harmonies of #DE4681
Complementary color
Monochromatic Colors of #DE4681
Black with #DE4681
Text Example
Text Example
White with #DE4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4681; }
p { color: rgb(222,70,129); }
H1.HeaderClassName
{
color: #DE4681;
}
.AnyTagClassName
{
color: #DE4681;
}
</style>
background-color css
<style>
a { background-color: #DE4681; }
a { background-color: rgb(222,70,129); }
div.DivClassName
{
background-color: #DE4681;
}
.BgClassName
{
background-color: #DE4681;
}
</style>
border-color css
<style>
span { border-color: #DE4681; }
span { border-color: rgb(222,70,129); }
td.TdClassName
{
border-color: #DE4681;
}
.TagClassName
{
border-color: #DE4681;
}
</style>