Shades of Roman #D66255
Tints of Roman #D66255
RGB
CMYK
RGB Variations
Color information
#D66255 (or 0xD66255) is known color: Roman. HEX triplet: D6, 62 and 55. RGB value is (214,98,85). Sum of RGB (Red+Green+Blue) = 214+98+85=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D66255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66255 is #299DAA. Grayscale: #838383. Windows color (decimal): -2727339 or 5595862. OLE color: 5595862.
HSL color Cylindrical-coordinate representation of color #D66255: hue angle of 6.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D66255 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6.05º | 0.61% | 0.59% | - |
| HSV(B) | 6.05º | 0.6% | 0.84% | - |
| XYZ | 33.74 | 23.69 | 11.39 | - |
| YUV | 131.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 85 | 0 | 0.54 | 0.60 | 0.16 | 6.05 | 0.61 | 0.59 |
| Hex | D6 | 62 | 55 | 0 | 36 | 3C | 10 | 6 | 3D | 3B |
| Octal | 326 | 142 | 125 | 0 | 66 | 74 | 20 | 6 | 75 | 73 |
| Binary | 11010110 | 1100010 | 1010101 | 0 | 110110 | 111100 | 10000 | 110 | 111101 | 111011 |
Color Harmonies of #D66255
Complementary color
Monochromatic Colors of #D66255
Black with #D66255
Text Example
Text Example
White with #D66255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66255; }
p { color: rgb(214,98,85); }
H1.HeaderClassName
{
color: #D66255;
}
.AnyTagClassName
{
color: #D66255;
}
</style>
background-color css
<style>
a { background-color: #D66255; }
a { background-color: rgb(214,98,85); }
div.DivClassName
{
background-color: #D66255;
}
.BgClassName
{
background-color: #D66255;
}
</style>
border-color css
<style>
span { border-color: #D66255; }
span { border-color: rgb(214,98,85); }
td.TdClassName
{
border-color: #D66255;
}
.TagClassName
{
border-color: #D66255;
}
</style>