Shades of Ruby #D50367
Tints of Ruby #D50367
RGB
CMYK
RGB Variations
Color information
#D50367 (or 0xD50367) is known color: Ruby. HEX triplet: D5, 03 and 67. RGB value is (213,3,103). Sum of RGB (Red+Green+Blue) = 213+3+103=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D50367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50367 is #2AFC98. Grayscale: #4D4D4D. Windows color (decimal): -2817177 or 6751189. OLE color: 6751189.
HSL color Cylindrical-coordinate representation of color #D50367: hue angle of 331.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50367 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.16 |
| HSL | 331.43º | 0.97% | 0.42% | - |
| HSV(B) | 331.43º | 0.99% | 0.84% | - |
| XYZ | 29.92 | 15.19 | 14.19 | - |
| YUV | 77.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 103 | 0 | 0.99 | 0.52 | 0.16 | 331.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 67 | 0 | 63 | 34 | 10 | 14B | 61 | 2A |
| Octal | 325 | 3 | 147 | 0 | 143 | 64 | 20 | 513 | 141 | 52 |
| Binary | 11010101 | 11 | 1100111 | 0 | 1100011 | 110100 | 10000 | 101001011 | 1100001 | 101010 |
Color Harmonies of #D50367
Complementary color
Monochromatic Colors of #D50367
Black with #D50367
Text Example
Text Example
White with #D50367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50367; }
p { color: rgb(213,3,103); }
H1.HeaderClassName
{
color: #D50367;
}
.AnyTagClassName
{
color: #D50367;
}
</style>
background-color css
<style>
a { background-color: #D50367; }
a { background-color: rgb(213,3,103); }
div.DivClassName
{
background-color: #D50367;
}
.BgClassName
{
background-color: #D50367;
}
</style>
border-color css
<style>
span { border-color: #D50367; }
span { border-color: rgb(213,3,103); }
td.TdClassName
{
border-color: #D50367;
}
.TagClassName
{
border-color: #D50367;
}
</style>