Shades of Roman #D46255
Tints of Roman #D46255
RGB
CMYK
RGB Variations
Color information
#D46255 (or 0xD46255) is known color: Roman. HEX triplet: D4, 62 and 55. RGB value is (212,98,85). Sum of RGB (Red+Green+Blue) = 212+98+85=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46255 is #2B9DAA. Grayscale: #828282. Windows color (decimal): -2858411 or 5595860. OLE color: 5595860.
HSL color Cylindrical-coordinate representation of color #D46255: hue angle of 6.14º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D46255 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.17 |
| HSL | 6.14º | 0.6% | 0.58% | - |
| HSV(B) | 6.14º | 0.6% | 0.83% | - |
| XYZ | 33.16 | 23.39 | 11.36 | - |
| YUV | 130.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 85 | 0 | 0.54 | 0.60 | 0.17 | 6.14 | 0.6 | 0.58 |
| Hex | D4 | 62 | 55 | 0 | 36 | 3C | 11 | 6 | 3C | 3A |
| Octal | 324 | 142 | 125 | 0 | 66 | 74 | 21 | 6 | 74 | 72 |
| Binary | 11010100 | 1100010 | 1010101 | 0 | 110110 | 111100 | 10001 | 110 | 111100 | 111010 |
Color Harmonies of #D46255
Complementary color
Monochromatic Colors of #D46255
Black with #D46255
Text Example
Text Example
White with #D46255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46255; }
p { color: rgb(212,98,85); }
H1.HeaderClassName
{
color: #D46255;
}
.AnyTagClassName
{
color: #D46255;
}
</style>
background-color css
<style>
a { background-color: #D46255; }
a { background-color: rgb(212,98,85); }
div.DivClassName
{
background-color: #D46255;
}
.BgClassName
{
background-color: #D46255;
}
</style>
border-color css
<style>
span { border-color: #D46255; }
span { border-color: rgb(212,98,85); }
td.TdClassName
{
border-color: #D46255;
}
.TagClassName
{
border-color: #D46255;
}
</style>