Shades of Froly #DB606A
Tints of Froly #DB606A
RGB
CMYK
RGB Variations
Color information
#DB606A (or 0xDB606A) is known color: Froly. HEX triplet: DB, 60 and 6A. RGB value is (219,96,106). Sum of RGB (Red+Green+Blue) = 219+96+106=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB606A is #249F95. Grayscale: #868686. Windows color (decimal): -2400150 or 6971611. OLE color: 6971611.
HSL color Cylindrical-coordinate representation of color #DB606A: hue angle of 355.12º 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 #DB606A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 106 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.14 |
| HSL | 355.12º | 0.63% | 0.62% | - |
| HSV(B) | 355.12º | 0.56% | 0.86% | - |
| XYZ | 36 | 24.47 | 16.46 | - |
| YUV | 133.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 106 | 0 | 0.56 | 0.52 | 0.14 | 355.12 | 0.63 | 0.62 |
| Hex | DB | 60 | 6A | 0 | 38 | 34 | E | 163 | 3F | 3E |
| Octal | 333 | 140 | 152 | 0 | 70 | 64 | 16 | 543 | 77 | 76 |
| Binary | 11011011 | 1100000 | 1101010 | 0 | 111000 | 110100 | 1110 | 101100011 | 111111 | 111110 |
Color Harmonies of #DB606A
Complementary color
Monochromatic Colors of #DB606A
Black with #DB606A
Text Example
Text Example
White with #DB606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB606A; }
p { color: rgb(219,96,106); }
H1.HeaderClassName
{
color: #DB606A;
}
.AnyTagClassName
{
color: #DB606A;
}
</style>
background-color css
<style>
a { background-color: #DB606A; }
a { background-color: rgb(219,96,106); }
div.DivClassName
{
background-color: #DB606A;
}
.BgClassName
{
background-color: #DB606A;
}
</style>
border-color css
<style>
span { border-color: #DB606A; }
span { border-color: rgb(219,96,106); }
td.TdClassName
{
border-color: #DB606A;
}
.TagClassName
{
border-color: #DB606A;
}
</style>