Shades of Roman #D65D5A
Tints of Roman #D65D5A
RGB
CMYK
RGB Variations
Color information
#D65D5A (or 0xD65D5A) is known color: Roman. HEX triplet: D6, 5D and 5A. RGB value is (214,93,90). Sum of RGB (Red+Green+Blue) = 214+93+90=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D5A is #29A2A5. Grayscale: #808080. Windows color (decimal): -2728614 or 5922262. OLE color: 5922262.
HSL color Cylindrical-coordinate representation of color #D65D5A: hue angle of 1.45º degrees, saturation: 0.6, 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 #D65D5A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 90 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.16 |
| HSL | 1.45º | 0.6% | 0.6% | - |
| HSV(B) | 1.45º | 0.58% | 0.84% | - |
| XYZ | 33.49 | 22.86 | 12.32 | - |
| YUV | 128.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 90 | 0 | 0.57 | 0.58 | 0.16 | 1.45 | 0.6 | 0.6 |
| Hex | D6 | 5D | 5A | 0 | 39 | 3A | 10 | 1 | 3C | 3C |
| Octal | 326 | 135 | 132 | 0 | 71 | 72 | 20 | 1 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1011010 | 0 | 111001 | 111010 | 10000 | 1 | 111100 | 111100 |
Color Harmonies of #D65D5A
Complementary color
Monochromatic Colors of #D65D5A
Black with #D65D5A
Text Example
Text Example
White with #D65D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D5A; }
p { color: rgb(214,93,90); }
H1.HeaderClassName
{
color: #D65D5A;
}
.AnyTagClassName
{
color: #D65D5A;
}
</style>
background-color css
<style>
a { background-color: #D65D5A; }
a { background-color: rgb(214,93,90); }
div.DivClassName
{
background-color: #D65D5A;
}
.BgClassName
{
background-color: #D65D5A;
}
</style>
border-color css
<style>
span { border-color: #D65D5A; }
span { border-color: rgb(214,93,90); }
td.TdClassName
{
border-color: #D65D5A;
}
.TagClassName
{
border-color: #D65D5A;
}
</style>