Shades of Ruby #D21F68
Tints of Ruby #D21F68
RGB
CMYK
RGB Variations
Color information
#D21F68 (or 0xD21F68) is known color: Ruby. HEX triplet: D2, 1F and 68. RGB value is (210,31,104). Sum of RGB (Red+Green+Blue) = 210+31+104=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F68 is #2DE097. Grayscale: #5C5C5C. Windows color (decimal): -3006616 or 6823890. OLE color: 6823890.
HSL color Cylindrical-coordinate representation of color #D21F68: hue angle of 335.53º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F68 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 104 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.18 |
| HSL | 335.53º | 0.74% | 0.47% | - |
| HSV(B) | 335.53º | 0.85% | 0.82% | - |
| XYZ | 29.57 | 15.68 | 14.57 | - |
| YUV | 92.84 | 134.3 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 104 | 0 | 0.85 | 0.50 | 0.18 | 335.53 | 0.74 | 0.47 |
| Hex | D2 | 1F | 68 | 0 | 55 | 32 | 12 | 150 | 4A | 2F |
| Octal | 322 | 37 | 150 | 0 | 125 | 62 | 22 | 520 | 112 | 57 |
| Binary | 11010010 | 11111 | 1101000 | 0 | 1010101 | 110010 | 10010 | 101010000 | 1001010 | 101111 |
Color Harmonies of #D21F68
Complementary color
Monochromatic Colors of #D21F68
Black with #D21F68
Text Example
Text Example
White with #D21F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F68; }
p { color: rgb(210,31,104); }
H1.HeaderClassName
{
color: #D21F68;
}
.AnyTagClassName
{
color: #D21F68;
}
</style>
background-color css
<style>
a { background-color: #D21F68; }
a { background-color: rgb(210,31,104); }
div.DivClassName
{
background-color: #D21F68;
}
.BgClassName
{
background-color: #D21F68;
}
</style>
border-color css
<style>
span { border-color: #D21F68; }
span { border-color: rgb(210,31,104); }
td.TdClassName
{
border-color: #D21F68;
}
.TagClassName
{
border-color: #D21F68;
}
</style>