Shades of Roman #D65D55
Tints of Roman #D65D55
RGB
CMYK
RGB Variations
Color information
#D65D55 (or 0xD65D55) is known color: Roman. HEX triplet: D6, 5D and 55. RGB value is (214,93,85). Sum of RGB (Red+Green+Blue) = 214+93+85=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D55 is #29A2AA. Grayscale: #808080. Windows color (decimal): -2728619 or 5594582. OLE color: 5594582.
HSL color Cylindrical-coordinate representation of color #D65D55: hue angle of 3.72º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65D55 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 85 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.16 |
| HSL | 3.72º | 0.61% | 0.59% | - |
| HSV(B) | 3.72º | 0.6% | 0.84% | - |
| XYZ | 33.29 | 22.78 | 11.24 | - |
| YUV | 128.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 85 | 0 | 0.57 | 0.60 | 0.16 | 3.72 | 0.61 | 0.59 |
| Hex | D6 | 5D | 55 | 0 | 39 | 3C | 10 | 4 | 3D | 3B |
| Octal | 326 | 135 | 125 | 0 | 71 | 74 | 20 | 4 | 75 | 73 |
| Binary | 11010110 | 1011101 | 1010101 | 0 | 111001 | 111100 | 10000 | 100 | 111101 | 111011 |
Color Harmonies of #D65D55
Complementary color
Monochromatic Colors of #D65D55
Black with #D65D55
Text Example
Text Example
White with #D65D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D55; }
p { color: rgb(214,93,85); }
H1.HeaderClassName
{
color: #D65D55;
}
.AnyTagClassName
{
color: #D65D55;
}
</style>
background-color css
<style>
a { background-color: #D65D55; }
a { background-color: rgb(214,93,85); }
div.DivClassName
{
background-color: #D65D55;
}
.BgClassName
{
background-color: #D65D55;
}
</style>
border-color css
<style>
span { border-color: #D65D55; }
span { border-color: rgb(214,93,85); }
td.TdClassName
{
border-color: #D65D55;
}
.TagClassName
{
border-color: #D65D55;
}
</style>