Shades of Ruby #D21A68
Tints of Ruby #D21A68
RGB
CMYK
RGB Variations
Color information
#D21A68 (or 0xD21A68) is known color: Ruby. HEX triplet: D2, 1A and 68. RGB value is (210,26,104). Sum of RGB (Red+Green+Blue) = 210+26+104=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A68 is #2DE597. Grayscale: #595959. Windows color (decimal): -3007896 or 6822610. OLE color: 6822610.
HSL color Cylindrical-coordinate representation of color #D21A68: hue angle of 334.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A68 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 104 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.18 |
| HSL | 334.57º | 0.78% | 0.46% | - |
| HSV(B) | 334.57º | 0.88% | 0.82% | - |
| XYZ | 29.45 | 15.44 | 14.52 | - |
| YUV | 89.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 104 | 0 | 0.88 | 0.50 | 0.18 | 334.57 | 0.78 | 0.46 |
| Hex | D2 | 1A | 68 | 0 | 58 | 32 | 12 | 14F | 4E | 2E |
| Octal | 322 | 32 | 150 | 0 | 130 | 62 | 22 | 517 | 116 | 56 |
| Binary | 11010010 | 11010 | 1101000 | 0 | 1011000 | 110010 | 10010 | 101001111 | 1001110 | 101110 |
Color Harmonies of #D21A68
Complementary color
Monochromatic Colors of #D21A68
Black with #D21A68
Text Example
Text Example
White with #D21A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A68; }
p { color: rgb(210,26,104); }
H1.HeaderClassName
{
color: #D21A68;
}
.AnyTagClassName
{
color: #D21A68;
}
</style>
background-color css
<style>
a { background-color: #D21A68; }
a { background-color: rgb(210,26,104); }
div.DivClassName
{
background-color: #D21A68;
}
.BgClassName
{
background-color: #D21A68;
}
</style>
border-color css
<style>
span { border-color: #D21A68; }
span { border-color: rgb(210,26,104); }
td.TdClassName
{
border-color: #D21A68;
}
.TagClassName
{
border-color: #D21A68;
}
</style>