Shades of Ruby #D41B6A
Tints of Ruby #D41B6A
RGB
CMYK
RGB Variations
Color information
#D41B6A (or 0xD41B6A) is known color: Ruby. HEX triplet: D4, 1B and 6A. RGB value is (212,27,106). Sum of RGB (Red+Green+Blue) = 212+27+106=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41B6A is #2BE495. Grayscale: #5B5B5B. Windows color (decimal): -2876566 or 6953940. OLE color: 6953940.
HSL color Cylindrical-coordinate representation of color #D41B6A: hue angle of 334.38º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B6A is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 106 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.17 |
| HSL | 334.38º | 0.77% | 0.47% | - |
| HSV(B) | 334.38º | 0.87% | 0.83% | - |
| XYZ | 30.14 | 15.82 | 15.1 | - |
| YUV | 91.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 106 | 0 | 0.87 | 0.5 | 0.17 | 334.38 | 0.77 | 0.47 |
| Hex | D4 | 1B | 6A | 0 | 57 | 32 | 11 | 14E | 4D | 2F |
| Octal | 324 | 33 | 152 | 0 | 127 | 62 | 21 | 516 | 115 | 57 |
| Binary | 11010100 | 11011 | 1101010 | 0 | 1010111 | 110010 | 10001 | 101001110 | 1001101 | 101111 |
Color Harmonies of #D41B6A
Complementary color
Monochromatic Colors of #D41B6A
Black with #D41B6A
Text Example
Text Example
White with #D41B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B6A; }
p { color: rgb(212,27,106); }
H1.HeaderClassName
{
color: #D41B6A;
}
.AnyTagClassName
{
color: #D41B6A;
}
</style>
background-color css
<style>
a { background-color: #D41B6A; }
a { background-color: rgb(212,27,106); }
div.DivClassName
{
background-color: #D41B6A;
}
.BgClassName
{
background-color: #D41B6A;
}
</style>
border-color css
<style>
span { border-color: #D41B6A; }
span { border-color: rgb(212,27,106); }
td.TdClassName
{
border-color: #D41B6A;
}
.TagClassName
{
border-color: #D41B6A;
}
</style>