Shades of Ruby #D60B5A
Tints of Ruby #D60B5A
RGB
CMYK
RGB Variations
Color information
#D60B5A (or 0xD60B5A) is known color: Ruby. HEX triplet: D6, 0B and 5A. RGB value is (214,11,90). Sum of RGB (Red+Green+Blue) = 214+11+90=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B5A is #29F4A5. Grayscale: #505050. Windows color (decimal): -2749606 or 5901270. OLE color: 5901270.
HSL color Cylindrical-coordinate representation of color #D60B5A: hue angle of 336.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B5A is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.16 |
| HSL | 336.65º | 0.9% | 0.44% | - |
| HSV(B) | 336.65º | 0.95% | 0.84% | - |
| XYZ | 29.7 | 15.27 | 11.06 | - |
| YUV | 80.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 90 | 0 | 0.95 | 0.58 | 0.16 | 336.65 | 0.9 | 0.44 |
| Hex | D6 | B | 5A | 0 | 5F | 3A | 10 | 151 | 5A | 2C |
| Octal | 326 | 13 | 132 | 0 | 137 | 72 | 20 | 521 | 132 | 54 |
| Binary | 11010110 | 1011 | 1011010 | 0 | 1011111 | 111010 | 10000 | 101010001 | 1011010 | 101100 |
Color Harmonies of #D60B5A
Complementary color
Monochromatic Colors of #D60B5A
Black with #D60B5A
Text Example
Text Example
White with #D60B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B5A; }
p { color: rgb(214,11,90); }
H1.HeaderClassName
{
color: #D60B5A;
}
.AnyTagClassName
{
color: #D60B5A;
}
</style>
background-color css
<style>
a { background-color: #D60B5A; }
a { background-color: rgb(214,11,90); }
div.DivClassName
{
background-color: #D60B5A;
}
.BgClassName
{
background-color: #D60B5A;
}
</style>
border-color css
<style>
span { border-color: #D60B5A; }
span { border-color: rgb(214,11,90); }
td.TdClassName
{
border-color: #D60B5A;
}
.TagClassName
{
border-color: #D60B5A;
}
</style>