Shades of Ruby #D61B74
Tints of Ruby #D61B74
RGB
CMYK
RGB Variations
Color information
#D61B74 (or 0xD61B74) is known color: Ruby. HEX triplet: D6, 1B and 74. RGB value is (214,27,116). Sum of RGB (Red+Green+Blue) = 214+27+116=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B74 is #29E48B. Grayscale: #5C5C5C. Windows color (decimal): -2745484 or 7609302. OLE color: 7609302.
HSL color Cylindrical-coordinate representation of color #D61B74: hue angle of 331.44º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B74 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 116 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.16 |
| HSL | 331.44º | 0.78% | 0.47% | - |
| HSV(B) | 331.44º | 0.87% | 0.84% | - |
| XYZ | 31.28 | 16.34 | 18.03 | - |
| YUV | 93.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 116 | 0 | 0.87 | 0.46 | 0.16 | 331.44 | 0.78 | 0.47 |
| Hex | D6 | 1B | 74 | 0 | 57 | 2E | 10 | 14B | 4E | 2F |
| Octal | 326 | 33 | 164 | 0 | 127 | 56 | 20 | 513 | 116 | 57 |
| Binary | 11010110 | 11011 | 1110100 | 0 | 1010111 | 101110 | 10000 | 101001011 | 1001110 | 101111 |
Color Harmonies of #D61B74
Complementary color
Monochromatic Colors of #D61B74
Black with #D61B74
Text Example
Text Example
White with #D61B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B74; }
p { color: rgb(214,27,116); }
H1.HeaderClassName
{
color: #D61B74;
}
.AnyTagClassName
{
color: #D61B74;
}
</style>
background-color css
<style>
a { background-color: #D61B74; }
a { background-color: rgb(214,27,116); }
div.DivClassName
{
background-color: #D61B74;
}
.BgClassName
{
background-color: #D61B74;
}
</style>
border-color css
<style>
span { border-color: #D61B74; }
span { border-color: rgb(214,27,116); }
td.TdClassName
{
border-color: #D61B74;
}
.TagClassName
{
border-color: #D61B74;
}
</style>