Shades of Roman #DA5B5B
Tints of Roman #DA5B5B
RGB
CMYK
RGB Variations
Color information
#DA5B5B (or 0xDA5B5B) is known color: Roman. HEX triplet: DA, 5B and 5B. RGB value is (218,91,91). Sum of RGB (Red+Green+Blue) = 218+91+91=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B5B is #25A4A4. Grayscale: #818181. Windows color (decimal): -2466981 or 5987290. OLE color: 5987290.
HSL color Cylindrical-coordinate representation of color #DA5B5B: hue angle of 0º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5B5B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 91 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.15 |
| HSL | 0º | 0.63% | 0.61% | - |
| HSV(B) | 0º | 0.58% | 0.85% | - |
| XYZ | 34.54 | 23.14 | 12.54 | - |
| YUV | 128.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 91 | 0 | 0.58 | 0.58 | 0.15 | 0 | 0.63 | 0.61 |
| Hex | DA | 5B | 5B | 0 | 3A | 3A | F | 0 | 3F | 3D |
| Octal | 332 | 133 | 133 | 0 | 72 | 72 | 17 | 0 | 77 | 75 |
| Binary | 11011010 | 1011011 | 1011011 | 0 | 111010 | 111010 | 1111 | 0 | 111111 | 111101 |
Color Harmonies of #DA5B5B
Complementary color
Monochromatic Colors of #DA5B5B
Black with #DA5B5B
Text Example
Text Example
White with #DA5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B5B; }
p { color: rgb(218,91,91); }
H1.HeaderClassName
{
color: #DA5B5B;
}
.AnyTagClassName
{
color: #DA5B5B;
}
</style>
background-color css
<style>
a { background-color: #DA5B5B; }
a { background-color: rgb(218,91,91); }
div.DivClassName
{
background-color: #DA5B5B;
}
.BgClassName
{
background-color: #DA5B5B;
}
</style>
border-color css
<style>
span { border-color: #DA5B5B; }
span { border-color: rgb(218,91,91); }
td.TdClassName
{
border-color: #DA5B5B;
}
.TagClassName
{
border-color: #DA5B5B;
}
</style>