Shades of Ruby #D31467
Tints of Ruby #D31467
RGB
CMYK
RGB Variations
Color information
#D31467 (or 0xD31467) is known color: Ruby. HEX triplet: D3, 14 and 67. RGB value is (211,20,103). Sum of RGB (Red+Green+Blue) = 211+20+103=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D31467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31467 is #2CEB98. Grayscale: #565656. Windows color (decimal): -2943897 or 6755539. OLE color: 6755539.
HSL color Cylindrical-coordinate representation of color #D31467: hue angle of 333.93º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31467 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 103 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.17 |
| HSL | 333.93º | 0.83% | 0.45% | - |
| HSV(B) | 333.93º | 0.91% | 0.83% | - |
| XYZ | 29.56 | 15.33 | 14.23 | - |
| YUV | 86.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 103 | 0 | 0.91 | 0.51 | 0.17 | 333.93 | 0.83 | 0.45 |
| Hex | D3 | 14 | 67 | 0 | 5B | 33 | 11 | 14E | 53 | 2D |
| Octal | 323 | 24 | 147 | 0 | 133 | 63 | 21 | 516 | 123 | 55 |
| Binary | 11010011 | 10100 | 1100111 | 0 | 1011011 | 110011 | 10001 | 101001110 | 1010011 | 101101 |
Color Harmonies of #D31467
Complementary color
Monochromatic Colors of #D31467
Black with #D31467
Text Example
Text Example
White with #D31467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31467; }
p { color: rgb(211,20,103); }
H1.HeaderClassName
{
color: #D31467;
}
.AnyTagClassName
{
color: #D31467;
}
</style>
background-color css
<style>
a { background-color: #D31467; }
a { background-color: rgb(211,20,103); }
div.DivClassName
{
background-color: #D31467;
}
.BgClassName
{
background-color: #D31467;
}
</style>
border-color css
<style>
span { border-color: #D31467; }
span { border-color: rgb(211,20,103); }
td.TdClassName
{
border-color: #D31467;
}
.TagClassName
{
border-color: #D31467;
}
</style>