Shades of Ruby #D21E67
Tints of Ruby #D21E67
RGB
CMYK
RGB Variations
Color information
#D21E67 (or 0xD21E67) is known color: Ruby. HEX triplet: D2, 1E and 67. RGB value is (210,30,103). Sum of RGB (Red+Green+Blue) = 210+30+103=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E67 is #2DE198. Grayscale: #5C5C5C. Windows color (decimal): -3006873 or 6758098. OLE color: 6758098.
HSL color Cylindrical-coordinate representation of color #D21E67: hue angle of 335.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E67 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 103 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.18 |
| HSL | 335.67º | 0.75% | 0.47% | - |
| HSV(B) | 335.67º | 0.86% | 0.82% | - |
| XYZ | 29.49 | 15.61 | 14.29 | - |
| YUV | 92.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 103 | 0 | 0.86 | 0.51 | 0.18 | 335.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | 67 | 0 | 56 | 33 | 12 | 150 | 4B | 2F |
| Octal | 322 | 36 | 147 | 0 | 126 | 63 | 22 | 520 | 113 | 57 |
| Binary | 11010010 | 11110 | 1100111 | 0 | 1010110 | 110011 | 10010 | 101010000 | 1001011 | 101111 |
Color Harmonies of #D21E67
Complementary color
Monochromatic Colors of #D21E67
Black with #D21E67
Text Example
Text Example
White with #D21E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E67; }
p { color: rgb(210,30,103); }
H1.HeaderClassName
{
color: #D21E67;
}
.AnyTagClassName
{
color: #D21E67;
}
</style>
background-color css
<style>
a { background-color: #D21E67; }
a { background-color: rgb(210,30,103); }
div.DivClassName
{
background-color: #D21E67;
}
.BgClassName
{
background-color: #D21E67;
}
</style>
border-color css
<style>
span { border-color: #D21E67; }
span { border-color: rgb(210,30,103); }
td.TdClassName
{
border-color: #D21E67;
}
.TagClassName
{
border-color: #D21E67;
}
</style>