Shades of Roman #D56462
Tints of Roman #D56462
RGB
CMYK
RGB Variations
Color information
#D56462 (or 0xD56462) is known color: Roman. HEX triplet: D5, 64 and 62. RGB value is (213,100,98). Sum of RGB (Red+Green+Blue) = 213+100+98=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56462 is #2A9B9D. Grayscale: #858585. Windows color (decimal): -2792350 or 6448341. OLE color: 6448341.
HSL color Cylindrical-coordinate representation of color #D56462: hue angle of 1.04º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56462 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 98 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.16 |
| HSL | 1.04º | 0.58% | 0.61% | - |
| HSV(B) | 1.04º | 0.54% | 0.84% | - |
| XYZ | 34.2 | 24.14 | 14.41 | - |
| YUV | 133.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 98 | 0 | 0.53 | 0.54 | 0.16 | 1.04 | 0.58 | 0.61 |
| Hex | D5 | 64 | 62 | 0 | 35 | 36 | 10 | 1 | 3A | 3D |
| Octal | 325 | 144 | 142 | 0 | 65 | 66 | 20 | 1 | 72 | 75 |
| Binary | 11010101 | 1100100 | 1100010 | 0 | 110101 | 110110 | 10000 | 1 | 111010 | 111101 |
Color Harmonies of #D56462
Complementary color
Monochromatic Colors of #D56462
Black with #D56462
Text Example
Text Example
White with #D56462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56462; }
p { color: rgb(213,100,98); }
H1.HeaderClassName
{
color: #D56462;
}
.AnyTagClassName
{
color: #D56462;
}
</style>
background-color css
<style>
a { background-color: #D56462; }
a { background-color: rgb(213,100,98); }
div.DivClassName
{
background-color: #D56462;
}
.BgClassName
{
background-color: #D56462;
}
</style>
border-color css
<style>
span { border-color: #D56462; }
span { border-color: rgb(213,100,98); }
td.TdClassName
{
border-color: #D56462;
}
.TagClassName
{
border-color: #D56462;
}
</style>