Shades of Ruby #D40B6A
Tints of Ruby #D40B6A
RGB
CMYK
RGB Variations
Color information
#D40B6A (or 0xD40B6A) is known color: Ruby. HEX triplet: D4, 0B and 6A. RGB value is (212,11,106). Sum of RGB (Red+Green+Blue) = 212+11+106=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40B6A is #2BF495. Grayscale: #515151. Windows color (decimal): -2880662 or 6949844. OLE color: 6949844.
HSL color Cylindrical-coordinate representation of color #D40B6A: hue angle of 331.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B6A is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 106 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.17 |
| HSL | 331.64º | 0.9% | 0.44% | - |
| HSV(B) | 331.64º | 0.95% | 0.83% | - |
| XYZ | 29.87 | 15.28 | 15.01 | - |
| YUV | 81.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 106 | 0 | 0.95 | 0.5 | 0.17 | 331.64 | 0.9 | 0.44 |
| Hex | D4 | B | 6A | 0 | 5F | 32 | 11 | 14C | 5A | 2C |
| Octal | 324 | 13 | 152 | 0 | 137 | 62 | 21 | 514 | 132 | 54 |
| Binary | 11010100 | 1011 | 1101010 | 0 | 1011111 | 110010 | 10001 | 101001100 | 1011010 | 101100 |
Color Harmonies of #D40B6A
Complementary color
Monochromatic Colors of #D40B6A
Black with #D40B6A
Text Example
Text Example
White with #D40B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B6A; }
p { color: rgb(212,11,106); }
H1.HeaderClassName
{
color: #D40B6A;
}
.AnyTagClassName
{
color: #D40B6A;
}
</style>
background-color css
<style>
a { background-color: #D40B6A; }
a { background-color: rgb(212,11,106); }
div.DivClassName
{
background-color: #D40B6A;
}
.BgClassName
{
background-color: #D40B6A;
}
</style>
border-color css
<style>
span { border-color: #D40B6A; }
span { border-color: rgb(212,11,106); }
td.TdClassName
{
border-color: #D40B6A;
}
.TagClassName
{
border-color: #D40B6A;
}
</style>