Shades of Froly #DE6276
Tints of Froly #DE6276
RGB
CMYK
RGB Variations
Color information
#DE6276 (or 0xDE6276) is known color: Froly. HEX triplet: DE, 62 and 76. RGB value is (222,98,118). Sum of RGB (Red+Green+Blue) = 222+98+118=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6276 is #219D89. Grayscale: #898989. Windows color (decimal): -2203018 or 7758558. OLE color: 7758558.
HSL color Cylindrical-coordinate representation of color #DE6276: hue angle of 350.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6276 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 118 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.13 |
| HSL | 350.32º | 0.65% | 0.63% | - |
| HSV(B) | 350.32º | 0.56% | 0.87% | - |
| XYZ | 37.76 | 25.57 | 20.09 | - |
| YUV | 137.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 118 | 0 | 0.56 | 0.47 | 0.13 | 350.32 | 0.65 | 0.63 |
| Hex | DE | 62 | 76 | 0 | 38 | 2F | D | 15E | 41 | 3F |
| Octal | 336 | 142 | 166 | 0 | 70 | 57 | 15 | 536 | 101 | 77 |
| Binary | 11011110 | 1100010 | 1110110 | 0 | 111000 | 101111 | 1101 | 101011110 | 1000001 | 111111 |
Color Harmonies of #DE6276
Complementary color
Monochromatic Colors of #DE6276
Black with #DE6276
Text Example
Text Example
White with #DE6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6276; }
p { color: rgb(222,98,118); }
H1.HeaderClassName
{
color: #DE6276;
}
.AnyTagClassName
{
color: #DE6276;
}
</style>
background-color css
<style>
a { background-color: #DE6276; }
a { background-color: rgb(222,98,118); }
div.DivClassName
{
background-color: #DE6276;
}
.BgClassName
{
background-color: #DE6276;
}
</style>
border-color css
<style>
span { border-color: #DE6276; }
span { border-color: rgb(222,98,118); }
td.TdClassName
{
border-color: #DE6276;
}
.TagClassName
{
border-color: #DE6276;
}
</style>