Shades of Roman #DA5B5A
Tints of Roman #DA5B5A
RGB
CMYK
RGB Variations
Color information
#DA5B5A (or 0xDA5B5A) is known color: Roman. HEX triplet: DA, 5B and 5A. RGB value is (218,91,90). Sum of RGB (Red+Green+Blue) = 218+91+90=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B5A is #25A4A5. Grayscale: #808080. Windows color (decimal): -2466982 or 5921754. OLE color: 5921754.
HSL color Cylindrical-coordinate representation of color #DA5B5A: hue angle of 0.47º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5B5A is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 90 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.15 |
| HSL | 0.47º | 0.63% | 0.6% | - |
| HSV(B) | 0.47º | 0.59% | 0.85% | - |
| XYZ | 34.5 | 23.13 | 12.32 | - |
| YUV | 128.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 90 | 0 | 0.58 | 0.59 | 0.15 | 0.47 | 0.63 | 0.6 |
| Hex | DA | 5B | 5A | 0 | 3A | 3B | F | 0 | 3F | 3C |
| Octal | 332 | 133 | 132 | 0 | 72 | 73 | 17 | 0 | 77 | 74 |
| Binary | 11011010 | 1011011 | 1011010 | 0 | 111010 | 111011 | 1111 | 0 | 111111 | 111100 |
Color Harmonies of #DA5B5A
Complementary color
Monochromatic Colors of #DA5B5A
Black with #DA5B5A
Text Example
Text Example
White with #DA5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B5A; }
p { color: rgb(218,91,90); }
H1.HeaderClassName
{
color: #DA5B5A;
}
.AnyTagClassName
{
color: #DA5B5A;
}
</style>
background-color css
<style>
a { background-color: #DA5B5A; }
a { background-color: rgb(218,91,90); }
div.DivClassName
{
background-color: #DA5B5A;
}
.BgClassName
{
background-color: #DA5B5A;
}
</style>
border-color css
<style>
span { border-color: #DA5B5A; }
span { border-color: rgb(218,91,90); }
td.TdClassName
{
border-color: #DA5B5A;
}
.TagClassName
{
border-color: #DA5B5A;
}
</style>