Shades of Roman #D6605B
Tints of Roman #D6605B
RGB
CMYK
RGB Variations
Color information
#D6605B (or 0xD6605B) is known color: Roman. HEX triplet: D6, 60 and 5B. RGB value is (214,96,91). Sum of RGB (Red+Green+Blue) = 214+96+91=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6605B is #299FA4. Grayscale: #828282. Windows color (decimal): -2727845 or 5988566. OLE color: 5988566.
HSL color Cylindrical-coordinate representation of color #D6605B: hue angle of 2.44º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6605B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 91 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.16 |
| HSL | 2.44º | 0.6% | 0.6% | - |
| HSV(B) | 2.44º | 0.57% | 0.84% | - |
| XYZ | 33.8 | 23.42 | 12.64 | - |
| YUV | 130.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 91 | 0 | 0.55 | 0.57 | 0.16 | 2.44 | 0.6 | 0.6 |
| Hex | D6 | 60 | 5B | 0 | 37 | 39 | 10 | 2 | 3C | 3C |
| Octal | 326 | 140 | 133 | 0 | 67 | 71 | 20 | 2 | 74 | 74 |
| Binary | 11010110 | 1100000 | 1011011 | 0 | 110111 | 111001 | 10000 | 10 | 111100 | 111100 |
Color Harmonies of #D6605B
Complementary color
Monochromatic Colors of #D6605B
Black with #D6605B
Text Example
Text Example
White with #D6605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6605B; }
p { color: rgb(214,96,91); }
H1.HeaderClassName
{
color: #D6605B;
}
.AnyTagClassName
{
color: #D6605B;
}
</style>
background-color css
<style>
a { background-color: #D6605B; }
a { background-color: rgb(214,96,91); }
div.DivClassName
{
background-color: #D6605B;
}
.BgClassName
{
background-color: #D6605B;
}
</style>
border-color css
<style>
span { border-color: #D6605B; }
span { border-color: rgb(214,96,91); }
td.TdClassName
{
border-color: #D6605B;
}
.TagClassName
{
border-color: #D6605B;
}
</style>