Shades of Froly #DE5F6B
Tints of Froly #DE5F6B
RGB
CMYK
RGB Variations
Color information
#DE5F6B (or 0xDE5F6B) is known color: Froly. HEX triplet: DE, 5F and 6B. RGB value is (222,95,107). Sum of RGB (Red+Green+Blue) = 222+95+107=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5F6B is #21A094. Grayscale: #868686. Windows color (decimal): -2203797 or 7036894. OLE color: 7036894.
HSL color Cylindrical-coordinate representation of color #DE5F6B: hue angle of 354.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE5F6B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 95 | 107 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.13 |
| HSL | 354.33º | 0.66% | 0.62% | - |
| HSV(B) | 354.33º | 0.57% | 0.87% | - |
| XYZ | 36.87 | 24.78 | 16.75 | - |
| YUV | 134.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 95 | 107 | 0 | 0.57 | 0.52 | 0.13 | 354.33 | 0.66 | 0.62 |
| Hex | DE | 5F | 6B | 0 | 39 | 34 | D | 162 | 42 | 3E |
| Octal | 336 | 137 | 153 | 0 | 71 | 64 | 15 | 542 | 102 | 76 |
| Binary | 11011110 | 1011111 | 1101011 | 0 | 111001 | 110100 | 1101 | 101100010 | 1000010 | 111110 |
Color Harmonies of #DE5F6B
Complementary color
Monochromatic Colors of #DE5F6B
Black with #DE5F6B
Text Example
Text Example
White with #DE5F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5F6B; }
p { color: rgb(222,95,107); }
H1.HeaderClassName
{
color: #DE5F6B;
}
.AnyTagClassName
{
color: #DE5F6B;
}
</style>
background-color css
<style>
a { background-color: #DE5F6B; }
a { background-color: rgb(222,95,107); }
div.DivClassName
{
background-color: #DE5F6B;
}
.BgClassName
{
background-color: #DE5F6B;
}
</style>
border-color css
<style>
span { border-color: #DE5F6B; }
span { border-color: rgb(222,95,107); }
td.TdClassName
{
border-color: #DE5F6B;
}
.TagClassName
{
border-color: #DE5F6B;
}
</style>