Shades of Ruby #D20867
Tints of Ruby #D20867
RGB
CMYK
RGB Variations
Color information
#D20867 (or 0xD20867) is known color: Ruby. HEX triplet: D2, 08 and 67. RGB value is (210,8,103). Sum of RGB (Red+Green+Blue) = 210+8+103=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D20867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20867 is #2DF798. Grayscale: #4F4F4F. Windows color (decimal): -3012505 or 6752466. OLE color: 6752466.
HSL color Cylindrical-coordinate representation of color #D20867: hue angle of 331.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20867 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 331.78º | 0.93% | 0.43% | - |
| HSV(B) | 331.78º | 0.96% | 0.82% | - |
| XYZ | 29.11 | 14.85 | 14.16 | - |
| YUV | 79.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 103 | 0 | 0.96 | 0.51 | 0.18 | 331.78 | 0.93 | 0.43 |
| Hex | D2 | 8 | 67 | 0 | 60 | 33 | 12 | 14C | 5D | 2B |
| Octal | 322 | 10 | 147 | 0 | 140 | 63 | 22 | 514 | 135 | 53 |
| Binary | 11010010 | 1000 | 1100111 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D20867
Complementary color
Monochromatic Colors of #D20867
Black with #D20867
Text Example
Text Example
White with #D20867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20867; }
p { color: rgb(210,8,103); }
H1.HeaderClassName
{
color: #D20867;
}
.AnyTagClassName
{
color: #D20867;
}
</style>
background-color css
<style>
a { background-color: #D20867; }
a { background-color: rgb(210,8,103); }
div.DivClassName
{
background-color: #D20867;
}
.BgClassName
{
background-color: #D20867;
}
</style>
border-color css
<style>
span { border-color: #D20867; }
span { border-color: rgb(210,8,103); }
td.TdClassName
{
border-color: #D20867;
}
.TagClassName
{
border-color: #D20867;
}
</style>