Shades of Froly #DB626B
Tints of Froly #DB626B
RGB
CMYK
RGB Variations
Color information
#DB626B (or 0xDB626B) is known color: Froly. HEX triplet: DB, 62 and 6B. RGB value is (219,98,107). Sum of RGB (Red+Green+Blue) = 219+98+107=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB626B is #249D94. Grayscale: #878787. Windows color (decimal): -2399637 or 7037659. OLE color: 7037659.
HSL color Cylindrical-coordinate representation of color #DB626B: hue angle of 355.54º degrees, saturation: 0.63, 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 #DB626B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 107 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.14 |
| HSL | 355.54º | 0.63% | 0.62% | - |
| HSV(B) | 355.54º | 0.55% | 0.86% | - |
| XYZ | 36.23 | 24.86 | 16.8 | - |
| YUV | 135.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 107 | 0 | 0.55 | 0.51 | 0.14 | 355.54 | 0.63 | 0.62 |
| Hex | DB | 62 | 6B | 0 | 37 | 33 | E | 164 | 3F | 3E |
| Octal | 333 | 142 | 153 | 0 | 67 | 63 | 16 | 544 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1101011 | 0 | 110111 | 110011 | 1110 | 101100100 | 111111 | 111110 |
Color Harmonies of #DB626B
Complementary color
Monochromatic Colors of #DB626B
Black with #DB626B
Text Example
Text Example
White with #DB626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB626B; }
p { color: rgb(219,98,107); }
H1.HeaderClassName
{
color: #DB626B;
}
.AnyTagClassName
{
color: #DB626B;
}
</style>
background-color css
<style>
a { background-color: #DB626B; }
a { background-color: rgb(219,98,107); }
div.DivClassName
{
background-color: #DB626B;
}
.BgClassName
{
background-color: #DB626B;
}
</style>
border-color css
<style>
span { border-color: #DB626B; }
span { border-color: rgb(219,98,107); }
td.TdClassName
{
border-color: #DB626B;
}
.TagClassName
{
border-color: #DB626B;
}
</style>