Shades of Ruby #D2135C
Tints of Ruby #D2135C
RGB
CMYK
RGB Variations
Color information
#D2135C (or 0xD2135C) is known color: Ruby. HEX triplet: D2, 13 and 5C. RGB value is (210,19,92). Sum of RGB (Red+Green+Blue) = 210+19+92=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2135C is #2DECA3. Grayscale: #545454. Windows color (decimal): -3009700 or 6034386. OLE color: 6034386.
HSL color Cylindrical-coordinate representation of color #D2135C: hue angle of 337.07º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2135C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.18 |
| HSL | 337.07º | 0.83% | 0.45% | - |
| HSV(B) | 337.07º | 0.91% | 0.82% | - |
| XYZ | 28.74 | 14.94 | 11.49 | - |
| YUV | 84.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 92 | 0 | 0.91 | 0.56 | 0.18 | 337.07 | 0.83 | 0.45 |
| Hex | D2 | 13 | 5C | 0 | 5B | 38 | 12 | 151 | 53 | 2D |
| Octal | 322 | 23 | 134 | 0 | 133 | 70 | 22 | 521 | 123 | 55 |
| Binary | 11010010 | 10011 | 1011100 | 0 | 1011011 | 111000 | 10010 | 101010001 | 1010011 | 101101 |
Color Harmonies of #D2135C
Complementary color
Monochromatic Colors of #D2135C
Black with #D2135C
Text Example
Text Example
White with #D2135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2135C; }
p { color: rgb(210,19,92); }
H1.HeaderClassName
{
color: #D2135C;
}
.AnyTagClassName
{
color: #D2135C;
}
</style>
background-color css
<style>
a { background-color: #D2135C; }
a { background-color: rgb(210,19,92); }
div.DivClassName
{
background-color: #D2135C;
}
.BgClassName
{
background-color: #D2135C;
}
</style>
border-color css
<style>
span { border-color: #D2135C; }
span { border-color: rgb(210,19,92); }
td.TdClassName
{
border-color: #D2135C;
}
.TagClassName
{
border-color: #D2135C;
}
</style>