Shades of Ruby #D20B5E
Tints of Ruby #D20B5E
RGB
CMYK
RGB Variations
Color information
#D20B5E (or 0xD20B5E) is known color: Ruby. HEX triplet: D2, 0B and 5E. RGB value is (210,11,94). Sum of RGB (Red+Green+Blue) = 210+11+94=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20B5E is #2DF4A1. Grayscale: #4F4F4F. Windows color (decimal): -3011746 or 6163410. OLE color: 6163410.
HSL color Cylindrical-coordinate representation of color #D20B5E: hue angle of 334.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B5E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 94 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.18 |
| HSL | 334.97º | 0.9% | 0.43% | - |
| HSV(B) | 334.97º | 0.95% | 0.82% | - |
| XYZ | 28.72 | 14.75 | 11.92 | - |
| YUV | 79.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 94 | 0 | 0.95 | 0.55 | 0.18 | 334.97 | 0.9 | 0.43 |
| Hex | D2 | B | 5E | 0 | 5F | 37 | 12 | 14F | 5A | 2B |
| Octal | 322 | 13 | 136 | 0 | 137 | 67 | 22 | 517 | 132 | 53 |
| Binary | 11010010 | 1011 | 1011110 | 0 | 1011111 | 110111 | 10010 | 101001111 | 1011010 | 101011 |
Color Harmonies of #D20B5E
Complementary color
Monochromatic Colors of #D20B5E
Black with #D20B5E
Text Example
Text Example
White with #D20B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B5E; }
p { color: rgb(210,11,94); }
H1.HeaderClassName
{
color: #D20B5E;
}
.AnyTagClassName
{
color: #D20B5E;
}
</style>
background-color css
<style>
a { background-color: #D20B5E; }
a { background-color: rgb(210,11,94); }
div.DivClassName
{
background-color: #D20B5E;
}
.BgClassName
{
background-color: #D20B5E;
}
</style>
border-color css
<style>
span { border-color: #D20B5E; }
span { border-color: rgb(210,11,94); }
td.TdClassName
{
border-color: #D20B5E;
}
.TagClassName
{
border-color: #D20B5E;
}
</style>