Shades of Ruby #D40568
Tints of Ruby #D40568
RGB
CMYK
RGB Variations
Color information
#D40568 (or 0xD40568) is known color: Ruby. HEX triplet: D4, 05 and 68. RGB value is (212,5,104). Sum of RGB (Red+Green+Blue) = 212+5+104=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D40568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40568 is #2BFA97. Grayscale: #4D4D4D. Windows color (decimal): -2882200 or 6817236. OLE color: 6817236.
HSL color Cylindrical-coordinate representation of color #D40568: hue angle of 331.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40568 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.17 |
| HSL | 331.3º | 0.95% | 0.43% | - |
| HSV(B) | 331.3º | 0.98% | 0.83% | - |
| XYZ | 29.7 | 15.11 | 14.45 | - |
| YUV | 78.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 104 | 0 | 0.98 | 0.51 | 0.17 | 331.3 | 0.95 | 0.43 |
| Hex | D4 | 5 | 68 | 0 | 62 | 33 | 11 | 14B | 5F | 2B |
| Octal | 324 | 5 | 150 | 0 | 142 | 63 | 21 | 513 | 137 | 53 |
| Binary | 11010100 | 101 | 1101000 | 0 | 1100010 | 110011 | 10001 | 101001011 | 1011111 | 101011 |
Color Harmonies of #D40568
Complementary color
Monochromatic Colors of #D40568
Black with #D40568
Text Example
Text Example
White with #D40568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40568; }
p { color: rgb(212,5,104); }
H1.HeaderClassName
{
color: #D40568;
}
.AnyTagClassName
{
color: #D40568;
}
</style>
background-color css
<style>
a { background-color: #D40568; }
a { background-color: rgb(212,5,104); }
div.DivClassName
{
background-color: #D40568;
}
.BgClassName
{
background-color: #D40568;
}
</style>
border-color css
<style>
span { border-color: #D40568; }
span { border-color: rgb(212,5,104); }
td.TdClassName
{
border-color: #D40568;
}
.TagClassName
{
border-color: #D40568;
}
</style>