Shades of Roman #D26A6A
Tints of Roman #D26A6A
RGB
CMYK
RGB Variations
Color information
#D26A6A (or 0xD26A6A) is known color: Roman. HEX triplet: D2, 6A and 6A. RGB value is (210,106,106). Sum of RGB (Red+Green+Blue) = 210+106+106=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A6A is #2D9595. Grayscale: #898989. Windows color (decimal): -2987414 or 6974162. OLE color: 6974162.
HSL color Cylindrical-coordinate representation of color #D26A6A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A6A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 106 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.18 |
| HSL | 0º | 0.54% | 0.62% | - |
| HSV(B) | 0º | 0.5% | 0.82% | - |
| XYZ | 34.33 | 25.05 | 16.66 | - |
| YUV | 137.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 106 | 0 | 0.50 | 0.50 | 0.18 | 0 | 0.54 | 0.62 |
| Hex | D2 | 6A | 6A | 0 | 32 | 32 | 12 | 0 | 36 | 3E |
| Octal | 322 | 152 | 152 | 0 | 62 | 62 | 22 | 0 | 66 | 76 |
| Binary | 11010010 | 1101010 | 1101010 | 0 | 110010 | 110010 | 10010 | 0 | 110110 | 111110 |
Color Harmonies of #D26A6A
Complementary color
Monochromatic Colors of #D26A6A
Black with #D26A6A
Text Example
Text Example
White with #D26A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A6A; }
p { color: rgb(210,106,106); }
H1.HeaderClassName
{
color: #D26A6A;
}
.AnyTagClassName
{
color: #D26A6A;
}
</style>
background-color css
<style>
a { background-color: #D26A6A; }
a { background-color: rgb(210,106,106); }
div.DivClassName
{
background-color: #D26A6A;
}
.BgClassName
{
background-color: #D26A6A;
}
</style>
border-color css
<style>
span { border-color: #D26A6A; }
span { border-color: rgb(210,106,106); }
td.TdClassName
{
border-color: #D26A6A;
}
.TagClassName
{
border-color: #D26A6A;
}
</style>