Shades of Ruby #D30C68
Tints of Ruby #D30C68
RGB
CMYK
RGB Variations
Color information
#D30C68 (or 0xD30C68) is known color: Ruby. HEX triplet: D3, 0C and 68. RGB value is (211,12,104). Sum of RGB (Red+Green+Blue) = 211+12+104=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C68 is #2CF397. Grayscale: #515151. Windows color (decimal): -2945944 or 6819027. OLE color: 6819027.
HSL color Cylindrical-coordinate representation of color #D30C68: hue angle of 332.26º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C68 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 104 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.17 |
| HSL | 332.26º | 0.89% | 0.44% | - |
| HSV(B) | 332.26º | 0.94% | 0.83% | - |
| XYZ | 29.49 | 15.11 | 14.46 | - |
| YUV | 81.99 | 140.43 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 104 | 0 | 0.94 | 0.51 | 0.17 | 332.26 | 0.89 | 0.44 |
| Hex | D3 | C | 68 | 0 | 5E | 33 | 11 | 14C | 59 | 2C |
| Octal | 323 | 14 | 150 | 0 | 136 | 63 | 21 | 514 | 131 | 54 |
| Binary | 11010011 | 1100 | 1101000 | 0 | 1011110 | 110011 | 10001 | 101001100 | 1011001 | 101100 |
Color Harmonies of #D30C68
Complementary color
Monochromatic Colors of #D30C68
Black with #D30C68
Text Example
Text Example
White with #D30C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30C68; }
p { color: rgb(211,12,104); }
H1.HeaderClassName
{
color: #D30C68;
}
.AnyTagClassName
{
color: #D30C68;
}
</style>
background-color css
<style>
a { background-color: #D30C68; }
a { background-color: rgb(211,12,104); }
div.DivClassName
{
background-color: #D30C68;
}
.BgClassName
{
background-color: #D30C68;
}
</style>
border-color css
<style>
span { border-color: #D30C68; }
span { border-color: rgb(211,12,104); }
td.TdClassName
{
border-color: #D30C68;
}
.TagClassName
{
border-color: #D30C68;
}
</style>