Shades of Froly #DB636F
Tints of Froly #DB636F
RGB
CMYK
RGB Variations
Color information
#DB636F (or 0xDB636F) is known color: Froly. HEX triplet: DB, 63 and 6F. RGB value is (219,99,111). Sum of RGB (Red+Green+Blue) = 219+99+111=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB636F is #249C90. Grayscale: #888888. Windows color (decimal): -2399377 or 7300059. OLE color: 7300059.
HSL color Cylindrical-coordinate representation of color #DB636F: hue angle of 354º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB636F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 111 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.14 |
| HSL | 354º | 0.63% | 0.62% | - |
| HSV(B) | 354º | 0.55% | 0.86% | - |
| XYZ | 36.54 | 25.13 | 17.96 | - |
| YUV | 136.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 111 | 0 | 0.55 | 0.49 | 0.14 | 354 | 0.63 | 0.62 |
| Hex | DB | 63 | 6F | 0 | 37 | 31 | E | 162 | 3E | 3E |
| Octal | 333 | 143 | 157 | 0 | 67 | 61 | 16 | 542 | 76 | 76 |
| Binary | 11011011 | 1100011 | 1101111 | 0 | 110111 | 110001 | 1110 | 101100010 | 111110 | 111110 |
Color Harmonies of #DB636F
Complementary color
Monochromatic Colors of #DB636F
Black with #DB636F
Text Example
Text Example
White with #DB636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB636F; }
p { color: rgb(219,99,111); }
H1.HeaderClassName
{
color: #DB636F;
}
.AnyTagClassName
{
color: #DB636F;
}
</style>
background-color css
<style>
a { background-color: #DB636F; }
a { background-color: rgb(219,99,111); }
div.DivClassName
{
background-color: #DB636F;
}
.BgClassName
{
background-color: #DB636F;
}
</style>
border-color css
<style>
span { border-color: #DB636F; }
span { border-color: rgb(219,99,111); }
td.TdClassName
{
border-color: #DB636F;
}
.TagClassName
{
border-color: #DB636F;
}
</style>