Shades of Ruby #D20267
Tints of Ruby #D20267
RGB
CMYK
RGB Variations
Color information
#D20267 (or 0xD20267) is known color: Ruby. HEX triplet: D2, 02 and 67. RGB value is (210,2,103). Sum of RGB (Red+Green+Blue) = 210+2+103=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D20267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20267 is #2DFD98. Grayscale: #4B4B4B. Windows color (decimal): -3014041 or 6750930. OLE color: 6750930.
HSL color Cylindrical-coordinate representation of color #D20267: hue angle of 330.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20267 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.18 |
| HSL | 330.87º | 0.98% | 0.42% | - |
| HSV(B) | 330.87º | 0.99% | 0.82% | - |
| XYZ | 29.05 | 14.72 | 14.14 | - |
| YUV | 75.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 103 | 0 | 0.99 | 0.51 | 0.18 | 330.87 | 0.98 | 0.42 |
| Hex | D2 | 2 | 67 | 0 | 63 | 33 | 12 | 14B | 62 | 2A |
| Octal | 322 | 2 | 147 | 0 | 143 | 63 | 22 | 513 | 142 | 52 |
| Binary | 11010010 | 10 | 1100111 | 0 | 1100011 | 110011 | 10010 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D20267
Complementary color
Monochromatic Colors of #D20267
Black with #D20267
Text Example
Text Example
White with #D20267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20267; }
p { color: rgb(210,2,103); }
H1.HeaderClassName
{
color: #D20267;
}
.AnyTagClassName
{
color: #D20267;
}
</style>
background-color css
<style>
a { background-color: #D20267; }
a { background-color: rgb(210,2,103); }
div.DivClassName
{
background-color: #D20267;
}
.BgClassName
{
background-color: #D20267;
}
</style>
border-color css
<style>
span { border-color: #D20267; }
span { border-color: rgb(210,2,103); }
td.TdClassName
{
border-color: #D20267;
}
.TagClassName
{
border-color: #D20267;
}
</style>