Shades of Cranberry #DE4881
Tints of Cranberry #DE4881
RGB
CMYK
RGB Variations
Color information
#DE4881 (or 0xDE4881) is known color: Cranberry. HEX triplet: DE, 48 and 81. RGB value is (222,72,129). Sum of RGB (Red+Green+Blue) = 222+72+129=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4881 is #21B77E. Grayscale: #7B7B7B. Windows color (decimal): -2209663 or 8472798. OLE color: 8472798.
HSL color Cylindrical-coordinate representation of color #DE4881: hue angle of 337.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4881 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 129 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.13 |
| HSL | 337.2º | 0.69% | 0.58% | - |
| HSV(B) | 337.2º | 0.68% | 0.87% | - |
| XYZ | 36.4 | 21.75 | 23.05 | - |
| YUV | 123.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 129 | 0 | 0.68 | 0.42 | 0.13 | 337.2 | 0.69 | 0.58 |
| Hex | DE | 48 | 81 | 0 | 44 | 2A | D | 151 | 45 | 3A |
| Octal | 336 | 110 | 201 | 0 | 104 | 52 | 15 | 521 | 105 | 72 |
| Binary | 11011110 | 1001000 | 10000001 | 0 | 1000100 | 101010 | 1101 | 101010001 | 1000101 | 111010 |
Color Harmonies of #DE4881
Complementary color
Monochromatic Colors of #DE4881
Black with #DE4881
Text Example
Text Example
White with #DE4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4881; }
p { color: rgb(222,72,129); }
H1.HeaderClassName
{
color: #DE4881;
}
.AnyTagClassName
{
color: #DE4881;
}
</style>
background-color css
<style>
a { background-color: #DE4881; }
a { background-color: rgb(222,72,129); }
div.DivClassName
{
background-color: #DE4881;
}
.BgClassName
{
background-color: #DE4881;
}
</style>
border-color css
<style>
span { border-color: #DE4881; }
span { border-color: rgb(222,72,129); }
td.TdClassName
{
border-color: #DE4881;
}
.TagClassName
{
border-color: #DE4881;
}
</style>