Shades of Ruby #D2185C
Tints of Ruby #D2185C
RGB
CMYK
RGB Variations
Color information
#D2185C (or 0xD2185C) is known color: Ruby. HEX triplet: D2, 18 and 5C. RGB value is (210,24,92). Sum of RGB (Red+Green+Blue) = 210+24+92=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2185C is #2DE7A3. Grayscale: #575757. Windows color (decimal): -3008420 or 6035666. OLE color: 6035666.
HSL color Cylindrical-coordinate representation of color #D2185C: hue angle of 338.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2185C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.18 |
| HSL | 338.06º | 0.79% | 0.46% | - |
| HSV(B) | 338.06º | 0.89% | 0.82% | - |
| XYZ | 28.84 | 15.13 | 11.53 | - |
| YUV | 87.37 | 130.62 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 92 | 0 | 0.89 | 0.56 | 0.18 | 338.06 | 0.79 | 0.46 |
| Hex | D2 | 18 | 5C | 0 | 59 | 38 | 12 | 152 | 4F | 2E |
| Octal | 322 | 30 | 134 | 0 | 131 | 70 | 22 | 522 | 117 | 56 |
| Binary | 11010010 | 11000 | 1011100 | 0 | 1011001 | 111000 | 10010 | 101010010 | 1001111 | 101110 |
Color Harmonies of #D2185C
Complementary color
Monochromatic Colors of #D2185C
Black with #D2185C
Text Example
Text Example
White with #D2185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2185C; }
p { color: rgb(210,24,92); }
H1.HeaderClassName
{
color: #D2185C;
}
.AnyTagClassName
{
color: #D2185C;
}
</style>
background-color css
<style>
a { background-color: #D2185C; }
a { background-color: rgb(210,24,92); }
div.DivClassName
{
background-color: #D2185C;
}
.BgClassName
{
background-color: #D2185C;
}
</style>
border-color css
<style>
span { border-color: #D2185C; }
span { border-color: rgb(210,24,92); }
td.TdClassName
{
border-color: #D2185C;
}
.TagClassName
{
border-color: #D2185C;
}
</style>