Shades of Roman #D26255
Tints of Roman #D26255
RGB
CMYK
RGB Variations
Color information
#D26255 (or 0xD26255) is known color: Roman. HEX triplet: D2, 62 and 55. RGB value is (210,98,85). Sum of RGB (Red+Green+Blue) = 210+98+85=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D26255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26255 is #2D9DAA. Grayscale: #828282. Windows color (decimal): -2989483 or 5595858. OLE color: 5595858.
HSL color Cylindrical-coordinate representation of color #D26255: hue angle of 6.24º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26255 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 85 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.18 |
| HSL | 6.24º | 0.58% | 0.58% | - |
| HSV(B) | 6.24º | 0.6% | 0.82% | - |
| XYZ | 32.59 | 23.09 | 11.33 | - |
| YUV | 130.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 85 | 0 | 0.53 | 0.60 | 0.18 | 6.24 | 0.58 | 0.58 |
| Hex | D2 | 62 | 55 | 0 | 35 | 3C | 12 | 6 | 3A | 3A |
| Octal | 322 | 142 | 125 | 0 | 65 | 74 | 22 | 6 | 72 | 72 |
| Binary | 11010010 | 1100010 | 1010101 | 0 | 110101 | 111100 | 10010 | 110 | 111010 | 111010 |
Color Harmonies of #D26255
Complementary color
Monochromatic Colors of #D26255
Black with #D26255
Text Example
Text Example
White with #D26255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26255; }
p { color: rgb(210,98,85); }
H1.HeaderClassName
{
color: #D26255;
}
.AnyTagClassName
{
color: #D26255;
}
</style>
background-color css
<style>
a { background-color: #D26255; }
a { background-color: rgb(210,98,85); }
div.DivClassName
{
background-color: #D26255;
}
.BgClassName
{
background-color: #D26255;
}
</style>
border-color css
<style>
span { border-color: #D26255; }
span { border-color: rgb(210,98,85); }
td.TdClassName
{
border-color: #D26255;
}
.TagClassName
{
border-color: #D26255;
}
</style>