Shades of Ruby #D21F6B
Tints of Ruby #D21F6B
RGB
CMYK
RGB Variations
Color information
#D21F6B (or 0xD21F6B) is known color: Ruby. HEX triplet: D2, 1F and 6B. RGB value is (210,31,107). Sum of RGB (Red+Green+Blue) = 210+31+107=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F6B is #2DE094. Grayscale: #5D5D5D. Windows color (decimal): -3006613 or 7020498. OLE color: 7020498.
HSL color Cylindrical-coordinate representation of color #D21F6B: hue angle of 334.53º 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 #D21F6B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 107 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.18 |
| HSL | 334.53º | 0.74% | 0.47% | - |
| HSV(B) | 334.53º | 0.85% | 0.82% | - |
| XYZ | 29.72 | 15.74 | 15.38 | - |
| YUV | 93.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 107 | 0 | 0.85 | 0.49 | 0.18 | 334.53 | 0.74 | 0.47 |
| Hex | D2 | 1F | 6B | 0 | 55 | 31 | 12 | 14F | 4A | 2F |
| Octal | 322 | 37 | 153 | 0 | 125 | 61 | 22 | 517 | 112 | 57 |
| Binary | 11010010 | 11111 | 1101011 | 0 | 1010101 | 110001 | 10010 | 101001111 | 1001010 | 101111 |
Color Harmonies of #D21F6B
Complementary color
Monochromatic Colors of #D21F6B
Black with #D21F6B
Text Example
Text Example
White with #D21F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F6B; }
p { color: rgb(210,31,107); }
H1.HeaderClassName
{
color: #D21F6B;
}
.AnyTagClassName
{
color: #D21F6B;
}
</style>
background-color css
<style>
a { background-color: #D21F6B; }
a { background-color: rgb(210,31,107); }
div.DivClassName
{
background-color: #D21F6B;
}
.BgClassName
{
background-color: #D21F6B;
}
</style>
border-color css
<style>
span { border-color: #D21F6B; }
span { border-color: rgb(210,31,107); }
td.TdClassName
{
border-color: #D21F6B;
}
.TagClassName
{
border-color: #D21F6B;
}
</style>