Shades of Froly #DE5E6E
Tints of Froly #DE5E6E
RGB
CMYK
RGB Variations
Color information
#DE5E6E (or 0xDE5E6E) is known color: Froly. HEX triplet: DE, 5E and 6E. RGB value is (222,94,110). Sum of RGB (Red+Green+Blue) = 222+94+110=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E6E is #21A191. Grayscale: #868686. Windows color (decimal): -2204050 or 7233246. OLE color: 7233246.
HSL color Cylindrical-coordinate representation of color #DE5E6E: hue angle of 352.5º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E6E is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 110 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.13 |
| HSL | 352.5º | 0.66% | 0.62% | - |
| HSV(B) | 352.5º | 0.58% | 0.87% | - |
| XYZ | 36.94 | 24.66 | 17.56 | - |
| YUV | 134.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 110 | 0 | 0.58 | 0.50 | 0.13 | 352.5 | 0.66 | 0.62 |
| Hex | DE | 5E | 6E | 0 | 3A | 32 | D | 160 | 42 | 3E |
| Octal | 336 | 136 | 156 | 0 | 72 | 62 | 15 | 540 | 102 | 76 |
| Binary | 11011110 | 1011110 | 1101110 | 0 | 111010 | 110010 | 1101 | 101100000 | 1000010 | 111110 |
Color Harmonies of #DE5E6E
Complementary color
Monochromatic Colors of #DE5E6E
Black with #DE5E6E
Text Example
Text Example
White with #DE5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E6E; }
p { color: rgb(222,94,110); }
H1.HeaderClassName
{
color: #DE5E6E;
}
.AnyTagClassName
{
color: #DE5E6E;
}
</style>
background-color css
<style>
a { background-color: #DE5E6E; }
a { background-color: rgb(222,94,110); }
div.DivClassName
{
background-color: #DE5E6E;
}
.BgClassName
{
background-color: #DE5E6E;
}
</style>
border-color css
<style>
span { border-color: #DE5E6E; }
span { border-color: rgb(222,94,110); }
td.TdClassName
{
border-color: #DE5E6E;
}
.TagClassName
{
border-color: #DE5E6E;
}
</style>