Shades of Roman #D65B5A
Tints of Roman #D65B5A
RGB
CMYK
RGB Variations
Color information
#D65B5A (or 0xD65B5A) is known color: Roman. HEX triplet: D6, 5B and 5A. RGB value is (214,91,90). Sum of RGB (Red+Green+Blue) = 214+91+90=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B5A is #29A4A5. Grayscale: #7F7F7F. Windows color (decimal): -2729126 or 5921750. OLE color: 5921750.
HSL color Cylindrical-coordinate representation of color #D65B5A: hue angle of 0.48º 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 #D65B5A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 90 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.16 |
| HSL | 0.48º | 0.6% | 0.6% | - |
| HSV(B) | 0.48º | 0.58% | 0.84% | - |
| XYZ | 33.32 | 22.52 | 12.26 | - |
| YUV | 127.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 90 | 0 | 0.57 | 0.58 | 0.16 | 0.48 | 0.6 | 0.6 |
| Hex | D6 | 5B | 5A | 0 | 39 | 3A | 10 | 0 | 3C | 3C |
| Octal | 326 | 133 | 132 | 0 | 71 | 72 | 20 | 0 | 74 | 74 |
| Binary | 11010110 | 1011011 | 1011010 | 0 | 111001 | 111010 | 10000 | 0 | 111100 | 111100 |
Color Harmonies of #D65B5A
Complementary color
Monochromatic Colors of #D65B5A
Black with #D65B5A
Text Example
Text Example
White with #D65B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B5A; }
p { color: rgb(214,91,90); }
H1.HeaderClassName
{
color: #D65B5A;
}
.AnyTagClassName
{
color: #D65B5A;
}
</style>
background-color css
<style>
a { background-color: #D65B5A; }
a { background-color: rgb(214,91,90); }
div.DivClassName
{
background-color: #D65B5A;
}
.BgClassName
{
background-color: #D65B5A;
}
</style>
border-color css
<style>
span { border-color: #D65B5A; }
span { border-color: rgb(214,91,90); }
td.TdClassName
{
border-color: #D65B5A;
}
.TagClassName
{
border-color: #D65B5A;
}
</style>