Shades of Ruby #D4026A
Tints of Ruby #D4026A
RGB
CMYK
RGB Variations
Color information
#D4026A (or 0xD4026A) is known color: Ruby. HEX triplet: D4, 02 and 6A. RGB value is (212,2,106). Sum of RGB (Red+Green+Blue) = 212+2+106=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4026A is #2BFD95. Grayscale: #4C4C4C. Windows color (decimal): -2882966 or 6947540. OLE color: 6947540.
HSL color Cylindrical-coordinate representation of color #D4026A: hue angle of 330.29º 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 #D4026A is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.17 |
| HSL | 330.29º | 0.98% | 0.42% | - |
| HSV(B) | 330.29º | 0.99% | 0.83% | - |
| XYZ | 29.77 | 15.08 | 14.98 | - |
| YUV | 76.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 106 | 0 | 0.99 | 0.5 | 0.17 | 330.29 | 0.98 | 0.42 |
| Hex | D4 | 2 | 6A | 0 | 63 | 32 | 11 | 14A | 62 | 2A |
| Octal | 324 | 2 | 152 | 0 | 143 | 62 | 21 | 512 | 142 | 52 |
| Binary | 11010100 | 10 | 1101010 | 0 | 1100011 | 110010 | 10001 | 101001010 | 1100010 | 101010 |
Color Harmonies of #D4026A
Complementary color
Monochromatic Colors of #D4026A
Black with #D4026A
Text Example
Text Example
White with #D4026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4026A; }
p { color: rgb(212,2,106); }
H1.HeaderClassName
{
color: #D4026A;
}
.AnyTagClassName
{
color: #D4026A;
}
</style>
background-color css
<style>
a { background-color: #D4026A; }
a { background-color: rgb(212,2,106); }
div.DivClassName
{
background-color: #D4026A;
}
.BgClassName
{
background-color: #D4026A;
}
</style>
border-color css
<style>
span { border-color: #D4026A; }
span { border-color: rgb(212,2,106); }
td.TdClassName
{
border-color: #D4026A;
}
.TagClassName
{
border-color: #D4026A;
}
</style>