Shades of Ruby #D7195A
Tints of Ruby #D7195A
RGB
CMYK
RGB Variations
Color information
#D7195A (or 0xD7195A) is known color: Ruby. HEX triplet: D7, 19 and 5A. RGB value is (215,25,90). Sum of RGB (Red+Green+Blue) = 215+25+90=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7195A is #28E6A5. Grayscale: #595959. Windows color (decimal): -2680486 or 5904855. OLE color: 5904855.
HSL color Cylindrical-coordinate representation of color #D7195A: hue angle of 339.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7195A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 90 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.16 |
| HSL | 339.47º | 0.79% | 0.47% | - |
| HSV(B) | 339.47º | 0.88% | 0.84% | - |
| XYZ | 30.22 | 15.88 | 11.15 | - |
| YUV | 89.22 | 128.45 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 90 | 0 | 0.88 | 0.58 | 0.16 | 339.47 | 0.79 | 0.47 |
| Hex | D7 | 19 | 5A | 0 | 58 | 3A | 10 | 153 | 4F | 2F |
| Octal | 327 | 31 | 132 | 0 | 130 | 72 | 20 | 523 | 117 | 57 |
| Binary | 11010111 | 11001 | 1011010 | 0 | 1011000 | 111010 | 10000 | 101010011 | 1001111 | 101111 |
Color Harmonies of #D7195A
Complementary color
Monochromatic Colors of #D7195A
Black with #D7195A
Text Example
Text Example
White with #D7195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7195A; }
p { color: rgb(215,25,90); }
H1.HeaderClassName
{
color: #D7195A;
}
.AnyTagClassName
{
color: #D7195A;
}
</style>
background-color css
<style>
a { background-color: #D7195A; }
a { background-color: rgb(215,25,90); }
div.DivClassName
{
background-color: #D7195A;
}
.BgClassName
{
background-color: #D7195A;
}
</style>
border-color css
<style>
span { border-color: #D7195A; }
span { border-color: rgb(215,25,90); }
td.TdClassName
{
border-color: #D7195A;
}
.TagClassName
{
border-color: #D7195A;
}
</style>