Shades of Froly #DB626C
Tints of Froly #DB626C
RGB
CMYK
RGB Variations
Color information
#DB626C (or 0xDB626C) is known color: Froly. HEX triplet: DB, 62 and 6C. RGB value is (219,98,108). Sum of RGB (Red+Green+Blue) = 219+98+108=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB626C is #249D93. Grayscale: #878787. Windows color (decimal): -2399636 or 7103195. OLE color: 7103195.
HSL color Cylindrical-coordinate representation of color #DB626C: hue angle of 355.04º 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 #DB626C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 108 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.14 |
| HSL | 355.04º | 0.63% | 0.62% | - |
| HSV(B) | 355.04º | 0.55% | 0.86% | - |
| XYZ | 36.29 | 24.88 | 17.08 | - |
| YUV | 135.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 108 | 0 | 0.55 | 0.51 | 0.14 | 355.04 | 0.63 | 0.62 |
| Hex | DB | 62 | 6C | 0 | 37 | 33 | E | 163 | 3F | 3E |
| Octal | 333 | 142 | 154 | 0 | 67 | 63 | 16 | 543 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1101100 | 0 | 110111 | 110011 | 1110 | 101100011 | 111111 | 111110 |
Color Harmonies of #DB626C
Complementary color
Monochromatic Colors of #DB626C
Black with #DB626C
Text Example
Text Example
White with #DB626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB626C; }
p { color: rgb(219,98,108); }
H1.HeaderClassName
{
color: #DB626C;
}
.AnyTagClassName
{
color: #DB626C;
}
</style>
background-color css
<style>
a { background-color: #DB626C; }
a { background-color: rgb(219,98,108); }
div.DivClassName
{
background-color: #DB626C;
}
.BgClassName
{
background-color: #DB626C;
}
</style>
border-color css
<style>
span { border-color: #DB626C; }
span { border-color: rgb(219,98,108); }
td.TdClassName
{
border-color: #DB626C;
}
.TagClassName
{
border-color: #DB626C;
}
</style>