Shades of Ruby #D41D69
Tints of Ruby #D41D69
RGB
CMYK
RGB Variations
Color information
#D41D69 (or 0xD41D69) is known color: Ruby. HEX triplet: D4, 1D and 69. RGB value is (212,29,105). Sum of RGB (Red+Green+Blue) = 212+29+105=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D69 is #2BE296. Grayscale: #5C5C5C. Windows color (decimal): -2876055 or 6888916. OLE color: 6888916.
HSL color Cylindrical-coordinate representation of color #D41D69: hue angle of 335.08º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D69 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 105 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.17 |
| HSL | 335.08º | 0.76% | 0.47% | - |
| HSV(B) | 335.08º | 0.86% | 0.83% | - |
| XYZ | 30.14 | 15.9 | 14.84 | - |
| YUV | 92.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 105 | 0 | 0.86 | 0.50 | 0.17 | 335.08 | 0.76 | 0.47 |
| Hex | D4 | 1D | 69 | 0 | 56 | 32 | 11 | 14F | 4C | 2F |
| Octal | 324 | 35 | 151 | 0 | 126 | 62 | 21 | 517 | 114 | 57 |
| Binary | 11010100 | 11101 | 1101001 | 0 | 1010110 | 110010 | 10001 | 101001111 | 1001100 | 101111 |
Color Harmonies of #D41D69
Complementary color
Monochromatic Colors of #D41D69
Black with #D41D69
Text Example
Text Example
White with #D41D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D69; }
p { color: rgb(212,29,105); }
H1.HeaderClassName
{
color: #D41D69;
}
.AnyTagClassName
{
color: #D41D69;
}
</style>
background-color css
<style>
a { background-color: #D41D69; }
a { background-color: rgb(212,29,105); }
div.DivClassName
{
background-color: #D41D69;
}
.BgClassName
{
background-color: #D41D69;
}
</style>
border-color css
<style>
span { border-color: #D41D69; }
span { border-color: rgb(212,29,105); }
td.TdClassName
{
border-color: #D41D69;
}
.TagClassName
{
border-color: #D41D69;
}
</style>