Shades of Ruby #D62058
Tints of Ruby #D62058
RGB
CMYK
RGB Variations
Color information
#D62058 (or 0xD62058) is known color: Ruby. HEX triplet: D6, 20 and 58. RGB value is (214,32,88). Sum of RGB (Red+Green+Blue) = 214+32+88=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D62058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62058 is #29DFA7. Grayscale: #5C5C5C. Windows color (decimal): -2744232 or 5775574. OLE color: 5775574.
HSL color Cylindrical-coordinate representation of color #D62058: hue angle of 341.54º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62058 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 88 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.16 |
| HSL | 341.54º | 0.74% | 0.48% | - |
| HSV(B) | 341.54º | 0.85% | 0.84% | - |
| XYZ | 30.01 | 16.03 | 10.75 | - |
| YUV | 92.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 88 | 0 | 0.85 | 0.59 | 0.16 | 341.54 | 0.74 | 0.48 |
| Hex | D6 | 20 | 58 | 0 | 55 | 3B | 10 | 156 | 4A | 30 |
| Octal | 326 | 40 | 130 | 0 | 125 | 73 | 20 | 526 | 112 | 60 |
| Binary | 11010110 | 100000 | 1011000 | 0 | 1010101 | 111011 | 10000 | 101010110 | 1001010 | 110000 |
Color Harmonies of #D62058
Complementary color
Monochromatic Colors of #D62058
Black with #D62058
Text Example
Text Example
White with #D62058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62058; }
p { color: rgb(214,32,88); }
H1.HeaderClassName
{
color: #D62058;
}
.AnyTagClassName
{
color: #D62058;
}
</style>
background-color css
<style>
a { background-color: #D62058; }
a { background-color: rgb(214,32,88); }
div.DivClassName
{
background-color: #D62058;
}
.BgClassName
{
background-color: #D62058;
}
</style>
border-color css
<style>
span { border-color: #D62058; }
span { border-color: rgb(214,32,88); }
td.TdClassName
{
border-color: #D62058;
}
.TagClassName
{
border-color: #D62058;
}
</style>