Shades of Ruby #D40567
Tints of Ruby #D40567
RGB
CMYK
RGB Variations
Color information
#D40567 (or 0xD40567) is known color: Ruby. HEX triplet: D4, 05 and 67. RGB value is (212,5,103). Sum of RGB (Red+Green+Blue) = 212+5+103=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D40567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40567 is #2BFA98. Grayscale: #4D4D4D. Windows color (decimal): -2882201 or 6751700. OLE color: 6751700.
HSL color Cylindrical-coordinate representation of color #D40567: hue angle of 331.59º 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 #D40567 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.17 |
| HSL | 331.59º | 0.95% | 0.43% | - |
| HSV(B) | 331.59º | 0.98% | 0.83% | - |
| XYZ | 29.65 | 15.08 | 14.18 | - |
| YUV | 78.07 | 142.08 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 103 | 0 | 0.98 | 0.51 | 0.17 | 331.59 | 0.95 | 0.43 |
| Hex | D4 | 5 | 67 | 0 | 62 | 33 | 11 | 14C | 5F | 2B |
| Octal | 324 | 5 | 147 | 0 | 142 | 63 | 21 | 514 | 137 | 53 |
| Binary | 11010100 | 101 | 1100111 | 0 | 1100010 | 110011 | 10001 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D40567
Complementary color
Monochromatic Colors of #D40567
Black with #D40567
Text Example
Text Example
White with #D40567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40567; }
p { color: rgb(212,5,103); }
H1.HeaderClassName
{
color: #D40567;
}
.AnyTagClassName
{
color: #D40567;
}
</style>
background-color css
<style>
a { background-color: #D40567; }
a { background-color: rgb(212,5,103); }
div.DivClassName
{
background-color: #D40567;
}
.BgClassName
{
background-color: #D40567;
}
</style>
border-color css
<style>
span { border-color: #D40567; }
span { border-color: rgb(212,5,103); }
td.TdClassName
{
border-color: #D40567;
}
.TagClassName
{
border-color: #D40567;
}
</style>