Shades of Cranberry #DE417E
Tints of Cranberry #DE417E
RGB
CMYK
RGB Variations
Color information
#DE417E (or 0xDE417E) is known color: Cranberry. HEX triplet: DE, 41 and 7E. RGB value is (222,65,126). Sum of RGB (Red+Green+Blue) = 222+65+126=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE417E is #21BE81. Grayscale: #767676. Windows color (decimal): -2211458 or 8274398. OLE color: 8274398.
HSL color Cylindrical-coordinate representation of color #DE417E: hue angle of 336.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE417E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 126 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.69º | 0.7% | 0.56% | - |
| HSV(B) | 336.69º | 0.71% | 0.87% | - |
| XYZ | 35.78 | 20.82 | 21.87 | - |
| YUV | 118.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 126 | 0 | 0.71 | 0.43 | 0.13 | 336.69 | 0.7 | 0.56 |
| Hex | DE | 41 | 7E | 0 | 47 | 2B | D | 151 | 46 | 38 |
| Octal | 336 | 101 | 176 | 0 | 107 | 53 | 15 | 521 | 106 | 70 |
| Binary | 11011110 | 1000001 | 1111110 | 0 | 1000111 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DE417E
Complementary color
Monochromatic Colors of #DE417E
Black with #DE417E
Text Example
Text Example
White with #DE417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE417E; }
p { color: rgb(222,65,126); }
H1.HeaderClassName
{
color: #DE417E;
}
.AnyTagClassName
{
color: #DE417E;
}
</style>
background-color css
<style>
a { background-color: #DE417E; }
a { background-color: rgb(222,65,126); }
div.DivClassName
{
background-color: #DE417E;
}
.BgClassName
{
background-color: #DE417E;
}
</style>
border-color css
<style>
span { border-color: #DE417E; }
span { border-color: rgb(222,65,126); }
td.TdClassName
{
border-color: #DE417E;
}
.TagClassName
{
border-color: #DE417E;
}
</style>