Shades of Ruby #D20465
Tints of Ruby #D20465
RGB
CMYK
RGB Variations
Color information
#D20465 (or 0xD20465) is known color: Ruby. HEX triplet: D2, 04 and 65. RGB value is (210,4,101). Sum of RGB (Red+Green+Blue) = 210+4+101=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D20465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20465 is #2DFB9A. Grayscale: #4C4C4C. Windows color (decimal): -3013531 or 6620370. OLE color: 6620370.
HSL color Cylindrical-coordinate representation of color #D20465: hue angle of 331.75º degrees, saturation: 0.96, 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 #D20465 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.18 |
| HSL | 331.75º | 0.96% | 0.42% | - |
| HSV(B) | 331.75º | 0.98% | 0.82% | - |
| XYZ | 28.97 | 14.73 | 13.63 | - |
| YUV | 76.65 | 141.75 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 101 | 0 | 0.98 | 0.52 | 0.18 | 331.75 | 0.96 | 0.42 |
| Hex | D2 | 4 | 65 | 0 | 62 | 34 | 12 | 14C | 60 | 2A |
| Octal | 322 | 4 | 145 | 0 | 142 | 64 | 22 | 514 | 140 | 52 |
| Binary | 11010010 | 100 | 1100101 | 0 | 1100010 | 110100 | 10010 | 101001100 | 1100000 | 101010 |
Color Harmonies of #D20465
Complementary color
Monochromatic Colors of #D20465
Black with #D20465
Text Example
Text Example
White with #D20465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20465; }
p { color: rgb(210,4,101); }
H1.HeaderClassName
{
color: #D20465;
}
.AnyTagClassName
{
color: #D20465;
}
</style>
background-color css
<style>
a { background-color: #D20465; }
a { background-color: rgb(210,4,101); }
div.DivClassName
{
background-color: #D20465;
}
.BgClassName
{
background-color: #D20465;
}
</style>
border-color css
<style>
span { border-color: #D20465; }
span { border-color: rgb(210,4,101); }
td.TdClassName
{
border-color: #D20465;
}
.TagClassName
{
border-color: #D20465;
}
</style>