Shades of Cranberry #DE487D
Tints of Cranberry #DE487D
RGB
CMYK
RGB Variations
Color information
#DE487D (or 0xDE487D) is known color: Cranberry. HEX triplet: DE, 48 and 7D. RGB value is (222,72,125). Sum of RGB (Red+Green+Blue) = 222+72+125=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE487D is #21B782. Grayscale: #7A7A7A. Windows color (decimal): -2209667 or 8210654. OLE color: 8210654.
HSL color Cylindrical-coordinate representation of color #DE487D: hue angle of 338.8º 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 #DE487D is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 125 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.13 |
| HSL | 338.8º | 0.69% | 0.58% | - |
| HSV(B) | 338.8º | 0.68% | 0.87% | - |
| XYZ | 36.14 | 21.64 | 21.67 | - |
| YUV | 122.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 125 | 0 | 0.68 | 0.44 | 0.13 | 338.8 | 0.69 | 0.58 |
| Hex | DE | 48 | 7D | 0 | 44 | 2C | D | 153 | 45 | 3A |
| Octal | 336 | 110 | 175 | 0 | 104 | 54 | 15 | 523 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1111101 | 0 | 1000100 | 101100 | 1101 | 101010011 | 1000101 | 111010 |
Color Harmonies of #DE487D
Complementary color
Monochromatic Colors of #DE487D
Black with #DE487D
Text Example
Text Example
White with #DE487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE487D; }
p { color: rgb(222,72,125); }
H1.HeaderClassName
{
color: #DE487D;
}
.AnyTagClassName
{
color: #DE487D;
}
</style>
background-color css
<style>
a { background-color: #DE487D; }
a { background-color: rgb(222,72,125); }
div.DivClassName
{
background-color: #DE487D;
}
.BgClassName
{
background-color: #DE487D;
}
</style>
border-color css
<style>
span { border-color: #DE487D; }
span { border-color: rgb(222,72,125); }
td.TdClassName
{
border-color: #DE487D;
}
.TagClassName
{
border-color: #DE487D;
}
</style>