Shades of Froly #DB606B
Tints of Froly #DB606B
RGB
CMYK
RGB Variations
Color information
#DB606B (or 0xDB606B) is known color: Froly. HEX triplet: DB, 60 and 6B. RGB value is (219,96,107). Sum of RGB (Red+Green+Blue) = 219+96+107=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606B is #249F94. Grayscale: #868686. Windows color (decimal): -2400149 or 7037147. OLE color: 7037147.
HSL color Cylindrical-coordinate representation of color #DB606B: hue angle of 354.63º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB606B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 107 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.14 |
| HSL | 354.63º | 0.63% | 0.62% | - |
| HSV(B) | 354.63º | 0.56% | 0.86% | - |
| XYZ | 36.05 | 24.49 | 16.74 | - |
| YUV | 134.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 107 | 0 | 0.56 | 0.51 | 0.14 | 354.63 | 0.63 | 0.62 |
| Hex | DB | 60 | 6B | 0 | 38 | 33 | E | 163 | 3F | 3E |
| Octal | 333 | 140 | 153 | 0 | 70 | 63 | 16 | 543 | 77 | 76 |
| Binary | 11011011 | 1100000 | 1101011 | 0 | 111000 | 110011 | 1110 | 101100011 | 111111 | 111110 |
Color Harmonies of #DB606B
Complementary color
Monochromatic Colors of #DB606B
Black with #DB606B
Text Example
Text Example
White with #DB606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB606B; }
p { color: rgb(219,96,107); }
H1.HeaderClassName
{
color: #DB606B;
}
.AnyTagClassName
{
color: #DB606B;
}
</style>
background-color css
<style>
a { background-color: #DB606B; }
a { background-color: rgb(219,96,107); }
div.DivClassName
{
background-color: #DB606B;
}
.BgClassName
{
background-color: #DB606B;
}
</style>
border-color css
<style>
span { border-color: #DB606B; }
span { border-color: rgb(219,96,107); }
td.TdClassName
{
border-color: #DB606B;
}
.TagClassName
{
border-color: #DB606B;
}
</style>