Shades of Ruby #D4026C
Tints of Ruby #D4026C
RGB
CMYK
RGB Variations
Color information
#D4026C (or 0xD4026C) is known color: Ruby. HEX triplet: D4, 02 and 6C. RGB value is (212,2,108). Sum of RGB (Red+Green+Blue) = 212+2+108=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4026C is #2BFD93. Grayscale: #4C4C4C. Windows color (decimal): -2882964 or 7078612. OLE color: 7078612.
HSL color Cylindrical-coordinate representation of color #D4026C: hue angle of 329.71º 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 #D4026C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.17 |
| HSL | 329.71º | 0.98% | 0.42% | - |
| HSV(B) | 329.71º | 0.99% | 0.83% | - |
| XYZ | 29.88 | 15.12 | 15.53 | - |
| YUV | 76.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 108 | 0 | 0.99 | 0.49 | 0.17 | 329.71 | 0.98 | 0.42 |
| Hex | D4 | 2 | 6C | 0 | 63 | 31 | 11 | 14A | 62 | 2A |
| Octal | 324 | 2 | 154 | 0 | 143 | 61 | 21 | 512 | 142 | 52 |
| Binary | 11010100 | 10 | 1101100 | 0 | 1100011 | 110001 | 10001 | 101001010 | 1100010 | 101010 |
Color Harmonies of #D4026C
Complementary color
Monochromatic Colors of #D4026C
Black with #D4026C
Text Example
Text Example
White with #D4026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4026C; }
p { color: rgb(212,2,108); }
H1.HeaderClassName
{
color: #D4026C;
}
.AnyTagClassName
{
color: #D4026C;
}
</style>
background-color css
<style>
a { background-color: #D4026C; }
a { background-color: rgb(212,2,108); }
div.DivClassName
{
background-color: #D4026C;
}
.BgClassName
{
background-color: #D4026C;
}
</style>
border-color css
<style>
span { border-color: #D4026C; }
span { border-color: rgb(212,2,108); }
td.TdClassName
{
border-color: #D4026C;
}
.TagClassName
{
border-color: #D4026C;
}
</style>