Shades of Cranberry #DE4A7F
Tints of Cranberry #DE4A7F
RGB
CMYK
RGB Variations
Color information
#DE4A7F (or 0xDE4A7F) is known color: Cranberry. HEX triplet: DE, 4A and 7F. RGB value is (222,74,127). Sum of RGB (Red+Green+Blue) = 222+74+127=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4A7F is #21B580. Grayscale: #7C7C7C. Windows color (decimal): -2209153 or 8342238. OLE color: 8342238.
HSL color Cylindrical-coordinate representation of color #DE4A7F: hue angle of 338.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4A7F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 127 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.13 |
| HSL | 338.51º | 0.69% | 0.58% | - |
| HSV(B) | 338.51º | 0.67% | 0.87% | - |
| XYZ | 36.4 | 21.96 | 22.4 | - |
| YUV | 124.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 127 | 0 | 0.67 | 0.43 | 0.13 | 338.51 | 0.69 | 0.58 |
| Hex | DE | 4A | 7F | 0 | 43 | 2B | D | 153 | 45 | 3A |
| Octal | 336 | 112 | 177 | 0 | 103 | 53 | 15 | 523 | 105 | 72 |
| Binary | 11011110 | 1001010 | 1111111 | 0 | 1000011 | 101011 | 1101 | 101010011 | 1000101 | 111010 |
Color Harmonies of #DE4A7F
Complementary color
Monochromatic Colors of #DE4A7F
Black with #DE4A7F
Text Example
Text Example
White with #DE4A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A7F; }
p { color: rgb(222,74,127); }
H1.HeaderClassName
{
color: #DE4A7F;
}
.AnyTagClassName
{
color: #DE4A7F;
}
</style>
background-color css
<style>
a { background-color: #DE4A7F; }
a { background-color: rgb(222,74,127); }
div.DivClassName
{
background-color: #DE4A7F;
}
.BgClassName
{
background-color: #DE4A7F;
}
</style>
border-color css
<style>
span { border-color: #DE4A7F; }
span { border-color: rgb(222,74,127); }
td.TdClassName
{
border-color: #DE4A7F;
}
.TagClassName
{
border-color: #DE4A7F;
}
</style>