Shades of Roman #DA5A58
Tints of Roman #DA5A58
RGB
CMYK
RGB Variations
Color information
#DA5A58 (or 0xDA5A58) is known color: Roman. HEX triplet: DA, 5A and 58. RGB value is (218,90,88). Sum of RGB (Red+Green+Blue) = 218+90+88=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A58 is #25A5A7. Grayscale: #808080. Windows color (decimal): -2467240 or 5790426. OLE color: 5790426.
HSL color Cylindrical-coordinate representation of color #DA5A58: hue angle of 0.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5A58 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 88 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.15 |
| HSL | 0.92º | 0.64% | 0.6% | - |
| HSV(B) | 0.92º | 0.6% | 0.85% | - |
| XYZ | 34.33 | 22.92 | 11.85 | - |
| YUV | 128.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 88 | 0 | 0.59 | 0.60 | 0.15 | 0.92 | 0.64 | 0.6 |
| Hex | DA | 5A | 58 | 0 | 3B | 3C | F | 1 | 40 | 3C |
| Octal | 332 | 132 | 130 | 0 | 73 | 74 | 17 | 1 | 100 | 74 |
| Binary | 11011010 | 1011010 | 1011000 | 0 | 111011 | 111100 | 1111 | 1 | 1000000 | 111100 |
Color Harmonies of #DA5A58
Complementary color
Monochromatic Colors of #DA5A58
Black with #DA5A58
Text Example
Text Example
White with #DA5A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A58; }
p { color: rgb(218,90,88); }
H1.HeaderClassName
{
color: #DA5A58;
}
.AnyTagClassName
{
color: #DA5A58;
}
</style>
background-color css
<style>
a { background-color: #DA5A58; }
a { background-color: rgb(218,90,88); }
div.DivClassName
{
background-color: #DA5A58;
}
.BgClassName
{
background-color: #DA5A58;
}
</style>
border-color css
<style>
span { border-color: #DA5A58; }
span { border-color: rgb(218,90,88); }
td.TdClassName
{
border-color: #DA5A58;
}
.TagClassName
{
border-color: #DA5A58;
}
</style>