Shades of Roman #DA6868
Tints of Roman #DA6868
RGB
CMYK
RGB Variations
Color information
#DA6868 (or 0xDA6868) is known color: Roman. HEX triplet: DA, 68 and 68. RGB value is (218,104,104). Sum of RGB (Red+Green+Blue) = 218+104+104=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6868 is #259797. Grayscale: #8A8A8A. Windows color (decimal): -2463640 or 6842586. OLE color: 6842586.
HSL color Cylindrical-coordinate representation of color #DA6868: hue angle of 0º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6868 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 104 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.15 |
| HSL | 0º | 0.61% | 0.63% | - |
| HSV(B) | 0º | 0.52% | 0.85% | - |
| XYZ | 36.36 | 25.81 | 16.16 | - |
| YUV | 138.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 104 | 0 | 0.52 | 0.52 | 0.15 | 0 | 0.61 | 0.63 |
| Hex | DA | 68 | 68 | 0 | 34 | 34 | F | 0 | 3D | 3F |
| Octal | 332 | 150 | 150 | 0 | 64 | 64 | 17 | 0 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1101000 | 0 | 110100 | 110100 | 1111 | 0 | 111101 | 111111 |
Color Harmonies of #DA6868
Complementary color
Monochromatic Colors of #DA6868
Black with #DA6868
Text Example
Text Example
White with #DA6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6868; }
p { color: rgb(218,104,104); }
H1.HeaderClassName
{
color: #DA6868;
}
.AnyTagClassName
{
color: #DA6868;
}
</style>
background-color css
<style>
a { background-color: #DA6868; }
a { background-color: rgb(218,104,104); }
div.DivClassName
{
background-color: #DA6868;
}
.BgClassName
{
background-color: #DA6868;
}
</style>
border-color css
<style>
span { border-color: #DA6868; }
span { border-color: rgb(218,104,104); }
td.TdClassName
{
border-color: #DA6868;
}
.TagClassName
{
border-color: #DA6868;
}
</style>