Shades of Eunry #DBA5A5
Tints of Eunry #DBA5A5
RGB
CMYK
RGB Variations
Color information
#DBA5A5 (or 0xDBA5A5) is known color: Eunry. HEX triplet: DB, A5 and A5. RGB value is (219,165,165). Sum of RGB (Red+Green+Blue) = 219+165+165=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5A5 is #245A5A. Grayscale: #B5B5B5. Windows color (decimal): -2382427 or 10855899. OLE color: 10855899.
HSL color Cylindrical-coordinate representation of color #DBA5A5: hue angle of 0º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5A5 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 165 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.14 |
| HSL | 0º | 0.43% | 0.75% | - |
| HSV(B) | 0º | 0.25% | 0.86% | - |
| XYZ | 49.46 | 44.69 | 41.62 | - |
| YUV | 181.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 165 | 0 | 0.25 | 0.25 | 0.14 | 0 | 0.43 | 0.75 |
| Hex | DB | A5 | A5 | 0 | 19 | 19 | E | 0 | 2B | 4B |
| Octal | 333 | 245 | 245 | 0 | 31 | 31 | 16 | 0 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10100101 | 0 | 11001 | 11001 | 1110 | 0 | 101011 | 1001011 |
Color Harmonies of #DBA5A5
Complementary color
Monochromatic Colors of #DBA5A5
Black with #DBA5A5
Text Example
Text Example
White with #DBA5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5A5; }
p { color: rgb(219,165,165); }
H1.HeaderClassName
{
color: #DBA5A5;
}
.AnyTagClassName
{
color: #DBA5A5;
}
</style>
background-color css
<style>
a { background-color: #DBA5A5; }
a { background-color: rgb(219,165,165); }
div.DivClassName
{
background-color: #DBA5A5;
}
.BgClassName
{
background-color: #DBA5A5;
}
</style>
border-color css
<style>
span { border-color: #DBA5A5; }
span { border-color: rgb(219,165,165); }
td.TdClassName
{
border-color: #DBA5A5;
}
.TagClassName
{
border-color: #DBA5A5;
}
</style>