Shades of Ruby #D0145D
Tints of Ruby #D0145D
RGB
CMYK
RGB Variations
Color information
#D0145D (or 0xD0145D) is known color: Ruby. HEX triplet: D0, 14 and 5D. RGB value is (208,20,93). Sum of RGB (Red+Green+Blue) = 208+20+93=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0145D is #2FEBA2. Grayscale: #545454. Windows color (decimal): -3140515 or 6100176. OLE color: 6100176.
HSL color Cylindrical-coordinate representation of color #D0145D: hue angle of 336.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0145D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.18 |
| HSL | 336.7º | 0.82% | 0.45% | - |
| HSV(B) | 336.7º | 0.9% | 0.82% | - |
| XYZ | 28.24 | 14.7 | 11.71 | - |
| YUV | 84.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 93 | 0 | 0.90 | 0.55 | 0.18 | 336.7 | 0.82 | 0.45 |
| Hex | D0 | 14 | 5D | 0 | 5A | 37 | 12 | 151 | 52 | 2D |
| Octal | 320 | 24 | 135 | 0 | 132 | 67 | 22 | 521 | 122 | 55 |
| Binary | 11010000 | 10100 | 1011101 | 0 | 1011010 | 110111 | 10010 | 101010001 | 1010010 | 101101 |
Color Harmonies of #D0145D
Complementary color
Monochromatic Colors of #D0145D
Black with #D0145D
Text Example
Text Example
White with #D0145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0145D; }
p { color: rgb(208,20,93); }
H1.HeaderClassName
{
color: #D0145D;
}
.AnyTagClassName
{
color: #D0145D;
}
</style>
background-color css
<style>
a { background-color: #D0145D; }
a { background-color: rgb(208,20,93); }
div.DivClassName
{
background-color: #D0145D;
}
.BgClassName
{
background-color: #D0145D;
}
</style>
border-color css
<style>
span { border-color: #D0145D; }
span { border-color: rgb(208,20,93); }
td.TdClassName
{
border-color: #D0145D;
}
.TagClassName
{
border-color: #D0145D;
}
</style>