Shades of Ruby #D21F6D
Tints of Ruby #D21F6D
RGB
CMYK
RGB Variations
Color information
#D21F6D (or 0xD21F6D) is known color: Ruby. HEX triplet: D2, 1F and 6D. RGB value is (210,31,109). Sum of RGB (Red+Green+Blue) = 210+31+109=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F6D is #2DE092. Grayscale: #5D5D5D. Windows color (decimal): -3006611 or 7151570. OLE color: 7151570.
HSL color Cylindrical-coordinate representation of color #D21F6D: hue angle of 333.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F6D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 109 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.18 |
| HSL | 333.85º | 0.74% | 0.47% | - |
| HSV(B) | 333.85º | 0.85% | 0.82% | - |
| XYZ | 29.83 | 15.79 | 15.94 | - |
| YUV | 93.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 109 | 0 | 0.85 | 0.48 | 0.18 | 333.85 | 0.74 | 0.47 |
| Hex | D2 | 1F | 6D | 0 | 55 | 30 | 12 | 14E | 4A | 2F |
| Octal | 322 | 37 | 155 | 0 | 125 | 60 | 22 | 516 | 112 | 57 |
| Binary | 11010010 | 11111 | 1101101 | 0 | 1010101 | 110000 | 10010 | 101001110 | 1001010 | 101111 |
Color Harmonies of #D21F6D
Complementary color
Monochromatic Colors of #D21F6D
Black with #D21F6D
Text Example
Text Example
White with #D21F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F6D; }
p { color: rgb(210,31,109); }
H1.HeaderClassName
{
color: #D21F6D;
}
.AnyTagClassName
{
color: #D21F6D;
}
</style>
background-color css
<style>
a { background-color: #D21F6D; }
a { background-color: rgb(210,31,109); }
div.DivClassName
{
background-color: #D21F6D;
}
.BgClassName
{
background-color: #D21F6D;
}
</style>
border-color css
<style>
span { border-color: #D21F6D; }
span { border-color: rgb(210,31,109); }
td.TdClassName
{
border-color: #D21F6D;
}
.TagClassName
{
border-color: #D21F6D;
}
</style>