Shades of Ruby #D4026B
Tints of Ruby #D4026B
RGB
CMYK
RGB Variations
Color information
#D4026B (or 0xD4026B) is known color: Ruby. HEX triplet: D4, 02 and 6B. RGB value is (212,2,107). Sum of RGB (Red+Green+Blue) = 212+2+107=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4026B is #2BFD94. Grayscale: #4C4C4C. Windows color (decimal): -2882965 or 7013076. OLE color: 7013076.
HSL color Cylindrical-coordinate representation of color #D4026B: hue angle of 330º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4026B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.17 |
| HSL | 330º | 0.98% | 0.42% | - |
| HSV(B) | 330º | 0.99% | 0.83% | - |
| XYZ | 29.83 | 15.1 | 15.25 | - |
| YUV | 76.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 107 | 0 | 0.99 | 0.50 | 0.17 | 330 | 0.98 | 0.42 |
| Hex | D4 | 2 | 6B | 0 | 63 | 32 | 11 | 14A | 62 | 2A |
| Octal | 324 | 2 | 153 | 0 | 143 | 62 | 21 | 512 | 142 | 52 |
| Binary | 11010100 | 10 | 1101011 | 0 | 1100011 | 110010 | 10001 | 101001010 | 1100010 | 101010 |
Color Harmonies of #D4026B
Complementary color
Monochromatic Colors of #D4026B
Black with #D4026B
Text Example
Text Example
White with #D4026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4026B; }
p { color: rgb(212,2,107); }
H1.HeaderClassName
{
color: #D4026B;
}
.AnyTagClassName
{
color: #D4026B;
}
</style>
background-color css
<style>
a { background-color: #D4026B; }
a { background-color: rgb(212,2,107); }
div.DivClassName
{
background-color: #D4026B;
}
.BgClassName
{
background-color: #D4026B;
}
</style>
border-color css
<style>
span { border-color: #D4026B; }
span { border-color: rgb(212,2,107); }
td.TdClassName
{
border-color: #D4026B;
}
.TagClassName
{
border-color: #D4026B;
}
</style>