Shades of Froly #DB637A
Tints of Froly #DB637A
RGB
CMYK
RGB Variations
Color information
#DB637A (or 0xDB637A) is known color: Froly. HEX triplet: DB, 63 and 7A. RGB value is (219,99,122). Sum of RGB (Red+Green+Blue) = 219+99+122=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB637A is #249C85. Grayscale: #898989. Windows color (decimal): -2399366 or 8020955. OLE color: 8020955.
HSL color Cylindrical-coordinate representation of color #DB637A: hue angle of 348.5º 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 #DB637A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 122 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.14 |
| HSL | 348.5º | 0.63% | 0.62% | - |
| HSV(B) | 348.5º | 0.55% | 0.86% | - |
| XYZ | 37.19 | 25.39 | 21.35 | - |
| YUV | 137.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 122 | 0 | 0.55 | 0.44 | 0.14 | 348.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 7A | 0 | 37 | 2C | E | 15C | 3E | 3E |
| Octal | 333 | 143 | 172 | 0 | 67 | 54 | 16 | 534 | 76 | 76 |
| Binary | 11011011 | 1100011 | 1111010 | 0 | 110111 | 101100 | 1110 | 101011100 | 111110 | 111110 |
Color Harmonies of #DB637A
Complementary color
Monochromatic Colors of #DB637A
Black with #DB637A
Text Example
Text Example
White with #DB637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB637A; }
p { color: rgb(219,99,122); }
H1.HeaderClassName
{
color: #DB637A;
}
.AnyTagClassName
{
color: #DB637A;
}
</style>
background-color css
<style>
a { background-color: #DB637A; }
a { background-color: rgb(219,99,122); }
div.DivClassName
{
background-color: #DB637A;
}
.BgClassName
{
background-color: #DB637A;
}
</style>
border-color css
<style>
span { border-color: #DB637A; }
span { border-color: rgb(219,99,122); }
td.TdClassName
{
border-color: #DB637A;
}
.TagClassName
{
border-color: #DB637A;
}
</style>