Shades of Ruby #D2206C
Tints of Ruby #D2206C
RGB
CMYK
RGB Variations
Color information
#D2206C (or 0xD2206C) is known color: Ruby. HEX triplet: D2, 20 and 6C. RGB value is (210,32,108). Sum of RGB (Red+Green+Blue) = 210+32+108=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2206C is #2DDF93. Grayscale: #5D5D5D. Windows color (decimal): -3006356 or 7086290. OLE color: 7086290.
HSL color Cylindrical-coordinate representation of color #D2206C: hue angle of 334.38º 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 #D2206C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 108 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.18 |
| HSL | 334.38º | 0.74% | 0.47% | - |
| HSV(B) | 334.38º | 0.85% | 0.82% | - |
| XYZ | 29.8 | 15.82 | 15.67 | - |
| YUV | 93.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 108 | 0 | 0.85 | 0.49 | 0.18 | 334.38 | 0.74 | 0.47 |
| Hex | D2 | 20 | 6C | 0 | 55 | 31 | 12 | 14E | 4A | 2F |
| Octal | 322 | 40 | 154 | 0 | 125 | 61 | 22 | 516 | 112 | 57 |
| Binary | 11010010 | 100000 | 1101100 | 0 | 1010101 | 110001 | 10010 | 101001110 | 1001010 | 101111 |
Color Harmonies of #D2206C
Complementary color
Monochromatic Colors of #D2206C
Black with #D2206C
Text Example
Text Example
White with #D2206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2206C; }
p { color: rgb(210,32,108); }
H1.HeaderClassName
{
color: #D2206C;
}
.AnyTagClassName
{
color: #D2206C;
}
</style>
background-color css
<style>
a { background-color: #D2206C; }
a { background-color: rgb(210,32,108); }
div.DivClassName
{
background-color: #D2206C;
}
.BgClassName
{
background-color: #D2206C;
}
</style>
border-color css
<style>
span { border-color: #D2206C; }
span { border-color: rgb(210,32,108); }
td.TdClassName
{
border-color: #D2206C;
}
.TagClassName
{
border-color: #D2206C;
}
</style>