Shades of Ruby #D21652
Tints of Ruby #D21652
RGB
CMYK
RGB Variations
Color information
#D21652 (or 0xD21652) is known color: Ruby. HEX triplet: D2, 16 and 52. RGB value is (210,22,82). Sum of RGB (Red+Green+Blue) = 210+22+82=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21652 is #2DE9AD. Grayscale: #555555. Windows color (decimal): -3008942 or 5379794. OLE color: 5379794.
HSL color Cylindrical-coordinate representation of color #D21652: hue angle of 340.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21652 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 82 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.18 |
| HSL | 340.85º | 0.81% | 0.45% | - |
| HSV(B) | 340.85º | 0.9% | 0.82% | - |
| XYZ | 28.39 | 14.88 | 9.36 | - |
| YUV | 85.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 82 | 0 | 0.90 | 0.61 | 0.18 | 340.85 | 0.81 | 0.45 |
| Hex | D2 | 16 | 52 | 0 | 5A | 3D | 12 | 155 | 51 | 2D |
| Octal | 322 | 26 | 122 | 0 | 132 | 75 | 22 | 525 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010010 | 0 | 1011010 | 111101 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D21652
Complementary color
Monochromatic Colors of #D21652
Black with #D21652
Text Example
Text Example
White with #D21652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21652; }
p { color: rgb(210,22,82); }
H1.HeaderClassName
{
color: #D21652;
}
.AnyTagClassName
{
color: #D21652;
}
</style>
background-color css
<style>
a { background-color: #D21652; }
a { background-color: rgb(210,22,82); }
div.DivClassName
{
background-color: #D21652;
}
.BgClassName
{
background-color: #D21652;
}
</style>
border-color css
<style>
span { border-color: #D21652; }
span { border-color: rgb(210,22,82); }
td.TdClassName
{
border-color: #D21652;
}
.TagClassName
{
border-color: #D21652;
}
</style>