Shades of Ruby #D20565
Tints of Ruby #D20565
RGB
CMYK
RGB Variations
Color information
#D20565 (or 0xD20565) is known color: Ruby. HEX triplet: D2, 05 and 65. RGB value is (210,5,101). Sum of RGB (Red+Green+Blue) = 210+5+101=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D20565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20565 is #2DFA9A. Grayscale: #4D4D4D. Windows color (decimal): -3013275 or 6620626. OLE color: 6620626.
HSL color Cylindrical-coordinate representation of color #D20565: hue angle of 331.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20565 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.18 |
| HSL | 331.9º | 0.95% | 0.42% | - |
| HSV(B) | 331.9º | 0.98% | 0.82% | - |
| XYZ | 28.98 | 14.75 | 13.63 | - |
| YUV | 77.24 | 141.42 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 101 | 0 | 0.98 | 0.52 | 0.18 | 331.9 | 0.95 | 0.42 |
| Hex | D2 | 5 | 65 | 0 | 62 | 34 | 12 | 14C | 5F | 2A |
| Octal | 322 | 5 | 145 | 0 | 142 | 64 | 22 | 514 | 137 | 52 |
| Binary | 11010010 | 101 | 1100101 | 0 | 1100010 | 110100 | 10010 | 101001100 | 1011111 | 101010 |
Color Harmonies of #D20565
Complementary color
Monochromatic Colors of #D20565
Black with #D20565
Text Example
Text Example
White with #D20565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20565; }
p { color: rgb(210,5,101); }
H1.HeaderClassName
{
color: #D20565;
}
.AnyTagClassName
{
color: #D20565;
}
</style>
background-color css
<style>
a { background-color: #D20565; }
a { background-color: rgb(210,5,101); }
div.DivClassName
{
background-color: #D20565;
}
.BgClassName
{
background-color: #D20565;
}
</style>
border-color css
<style>
span { border-color: #D20565; }
span { border-color: rgb(210,5,101); }
td.TdClassName
{
border-color: #D20565;
}
.TagClassName
{
border-color: #D20565;
}
</style>