Shades of Ruby #D6185C
Tints of Ruby #D6185C
RGB
CMYK
RGB Variations
Color information
#D6185C (or 0xD6185C) is known color: Ruby. HEX triplet: D6, 18 and 5C. RGB value is (214,24,92). Sum of RGB (Red+Green+Blue) = 214+24+92=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6185C is #29E7A3. Grayscale: #585858. Windows color (decimal): -2746276 or 6035670. OLE color: 6035670.
HSL color Cylindrical-coordinate representation of color #D6185C: hue angle of 338.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6185C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.16 |
| HSL | 338.53º | 0.8% | 0.47% | - |
| HSV(B) | 338.53º | 0.89% | 0.84% | - |
| XYZ | 29.99 | 15.72 | 11.58 | - |
| YUV | 88.56 | 129.95 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 92 | 0 | 0.89 | 0.57 | 0.16 | 338.53 | 0.8 | 0.47 |
| Hex | D6 | 18 | 5C | 0 | 59 | 39 | 10 | 153 | 50 | 2F |
| Octal | 326 | 30 | 134 | 0 | 131 | 71 | 20 | 523 | 120 | 57 |
| Binary | 11010110 | 11000 | 1011100 | 0 | 1011001 | 111001 | 10000 | 101010011 | 1010000 | 101111 |
Color Harmonies of #D6185C
Complementary color
Monochromatic Colors of #D6185C
Black with #D6185C
Text Example
Text Example
White with #D6185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6185C; }
p { color: rgb(214,24,92); }
H1.HeaderClassName
{
color: #D6185C;
}
.AnyTagClassName
{
color: #D6185C;
}
</style>
background-color css
<style>
a { background-color: #D6185C; }
a { background-color: rgb(214,24,92); }
div.DivClassName
{
background-color: #D6185C;
}
.BgClassName
{
background-color: #D6185C;
}
</style>
border-color css
<style>
span { border-color: #D6185C; }
span { border-color: rgb(214,24,92); }
td.TdClassName
{
border-color: #D6185C;
}
.TagClassName
{
border-color: #D6185C;
}
</style>