Shades of Roman #D75D5A
Tints of Roman #D75D5A
RGB
CMYK
RGB Variations
Color information
#D75D5A (or 0xD75D5A) is known color: Roman. HEX triplet: D7, 5D and 5A. RGB value is (215,93,90). Sum of RGB (Red+Green+Blue) = 215+93+90=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D5A is #28A2A5. Grayscale: #818181. Windows color (decimal): -2663078 or 5922263. OLE color: 5922263.
HSL color Cylindrical-coordinate representation of color #D75D5A: hue angle of 1.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75D5A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 90 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.16 |
| HSL | 1.44º | 0.61% | 0.6% | - |
| HSV(B) | 1.44º | 0.58% | 0.84% | - |
| XYZ | 33.78 | 23.01 | 12.33 | - |
| YUV | 129.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 90 | 0 | 0.57 | 0.58 | 0.16 | 1.44 | 0.61 | 0.6 |
| Hex | D7 | 5D | 5A | 0 | 39 | 3A | 10 | 1 | 3D | 3C |
| Octal | 327 | 135 | 132 | 0 | 71 | 72 | 20 | 1 | 75 | 74 |
| Binary | 11010111 | 1011101 | 1011010 | 0 | 111001 | 111010 | 10000 | 1 | 111101 | 111100 |
Color Harmonies of #D75D5A
Complementary color
Monochromatic Colors of #D75D5A
Black with #D75D5A
Text Example
Text Example
White with #D75D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D5A; }
p { color: rgb(215,93,90); }
H1.HeaderClassName
{
color: #D75D5A;
}
.AnyTagClassName
{
color: #D75D5A;
}
</style>
background-color css
<style>
a { background-color: #D75D5A; }
a { background-color: rgb(215,93,90); }
div.DivClassName
{
background-color: #D75D5A;
}
.BgClassName
{
background-color: #D75D5A;
}
</style>
border-color css
<style>
span { border-color: #D75D5A; }
span { border-color: rgb(215,93,90); }
td.TdClassName
{
border-color: #D75D5A;
}
.TagClassName
{
border-color: #D75D5A;
}
</style>