Shades of Ruby #D20C6B
Tints of Ruby #D20C6B
RGB
CMYK
RGB Variations
Color information
#D20C6B (or 0xD20C6B) is known color: Ruby. HEX triplet: D2, 0C and 6B. RGB value is (210,12,107). Sum of RGB (Red+Green+Blue) = 210+12+107=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C6B is #2DF394. Grayscale: #515151. Windows color (decimal): -3011477 or 7015634. OLE color: 7015634.
HSL color Cylindrical-coordinate representation of color #D20C6B: hue angle of 331.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C6B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.18 |
| HSL | 331.21º | 0.89% | 0.44% | - |
| HSV(B) | 331.21º | 0.94% | 0.82% | - |
| XYZ | 29.36 | 15.03 | 15.26 | - |
| YUV | 82.03 | 142.1 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 107 | 0 | 0.94 | 0.49 | 0.18 | 331.21 | 0.89 | 0.44 |
| Hex | D2 | C | 6B | 0 | 5E | 31 | 12 | 14B | 59 | 2C |
| Octal | 322 | 14 | 153 | 0 | 136 | 61 | 22 | 513 | 131 | 54 |
| Binary | 11010010 | 1100 | 1101011 | 0 | 1011110 | 110001 | 10010 | 101001011 | 1011001 | 101100 |
Color Harmonies of #D20C6B
Complementary color
Monochromatic Colors of #D20C6B
Black with #D20C6B
Text Example
Text Example
White with #D20C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C6B; }
p { color: rgb(210,12,107); }
H1.HeaderClassName
{
color: #D20C6B;
}
.AnyTagClassName
{
color: #D20C6B;
}
</style>
background-color css
<style>
a { background-color: #D20C6B; }
a { background-color: rgb(210,12,107); }
div.DivClassName
{
background-color: #D20C6B;
}
.BgClassName
{
background-color: #D20C6B;
}
</style>
border-color css
<style>
span { border-color: #D20C6B; }
span { border-color: rgb(210,12,107); }
td.TdClassName
{
border-color: #D20C6B;
}
.TagClassName
{
border-color: #D20C6B;
}
</style>