Shades of Roman #D66565
Tints of Roman #D66565
RGB
CMYK
RGB Variations
Color information
#D66565 (or 0xD66565) is known color: Roman. HEX triplet: D6, 65 and 65. RGB value is (214,101,101). Sum of RGB (Red+Green+Blue) = 214+101+101=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66565 is #299A9A. Grayscale: #868686. Windows color (decimal): -2726555 or 6645206. OLE color: 6645206.
HSL color Cylindrical-coordinate representation of color #D66565: hue angle of 0º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66565 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 101 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.16 |
| HSL | 0º | 0.58% | 0.62% | - |
| HSV(B) | 0º | 0.53% | 0.84% | - |
| XYZ | 34.73 | 24.54 | 15.22 | - |
| YUV | 134.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 101 | 0 | 0.53 | 0.53 | 0.16 | 0 | 0.58 | 0.62 |
| Hex | D6 | 65 | 65 | 0 | 35 | 35 | 10 | 0 | 3A | 3E |
| Octal | 326 | 145 | 145 | 0 | 65 | 65 | 20 | 0 | 72 | 76 |
| Binary | 11010110 | 1100101 | 1100101 | 0 | 110101 | 110101 | 10000 | 0 | 111010 | 111110 |
Color Harmonies of #D66565
Complementary color
Monochromatic Colors of #D66565
Black with #D66565
Text Example
Text Example
White with #D66565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66565; }
p { color: rgb(214,101,101); }
H1.HeaderClassName
{
color: #D66565;
}
.AnyTagClassName
{
color: #D66565;
}
</style>
background-color css
<style>
a { background-color: #D66565; }
a { background-color: rgb(214,101,101); }
div.DivClassName
{
background-color: #D66565;
}
.BgClassName
{
background-color: #D66565;
}
</style>
border-color css
<style>
span { border-color: #D66565; }
span { border-color: rgb(214,101,101); }
td.TdClassName
{
border-color: #D66565;
}
.TagClassName
{
border-color: #D66565;
}
</style>