Shades of Roman #DA6663
Tints of Roman #DA6663
RGB
CMYK
RGB Variations
Color information
#DA6663 (or 0xDA6663) is known color: Roman. HEX triplet: DA, 66 and 63. RGB value is (218,102,99). Sum of RGB (Red+Green+Blue) = 218+102+99=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6663 is #25999C. Grayscale: #888888. Windows color (decimal): -2464157 or 6514394. OLE color: 6514394.
HSL color Cylindrical-coordinate representation of color #DA6663: hue angle of 1.51º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6663 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 99 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.15 |
| HSL | 1.51º | 0.62% | 0.62% | - |
| HSV(B) | 1.51º | 0.55% | 0.85% | - |
| XYZ | 35.92 | 25.31 | 14.8 | - |
| YUV | 136.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 99 | 0 | 0.53 | 0.55 | 0.15 | 1.51 | 0.62 | 0.62 |
| Hex | DA | 66 | 63 | 0 | 35 | 37 | F | 2 | 3E | 3E |
| Octal | 332 | 146 | 143 | 0 | 65 | 67 | 17 | 2 | 76 | 76 |
| Binary | 11011010 | 1100110 | 1100011 | 0 | 110101 | 110111 | 1111 | 10 | 111110 | 111110 |
Color Harmonies of #DA6663
Complementary color
Monochromatic Colors of #DA6663
Black with #DA6663
Text Example
Text Example
White with #DA6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6663; }
p { color: rgb(218,102,99); }
H1.HeaderClassName
{
color: #DA6663;
}
.AnyTagClassName
{
color: #DA6663;
}
</style>
background-color css
<style>
a { background-color: #DA6663; }
a { background-color: rgb(218,102,99); }
div.DivClassName
{
background-color: #DA6663;
}
.BgClassName
{
background-color: #DA6663;
}
</style>
border-color css
<style>
span { border-color: #DA6663; }
span { border-color: rgb(218,102,99); }
td.TdClassName
{
border-color: #DA6663;
}
.TagClassName
{
border-color: #DA6663;
}
</style>