Shades of Ruby #DF0378
Tints of Ruby #DF0378
RGB
CMYK
RGB Variations
Color information
#DF0378 (or 0xDF0378) is known color: Ruby. HEX triplet: DF, 03 and 78. RGB value is (223,3,120). Sum of RGB (Red+Green+Blue) = 223+3+120=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0378 is #20FC87. Grayscale: #515151. Windows color (decimal): -2161800 or 7865311. OLE color: 7865311.
HSL color Cylindrical-coordinate representation of color #DF0378: hue angle of 328.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0378 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.13 |
| HSL | 328.09º | 0.97% | 0.44% | - |
| HSV(B) | 328.09º | 0.99% | 0.87% | - |
| XYZ | 33.85 | 17.11 | 19.29 | - |
| YUV | 82.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 120 | 0 | 0.99 | 0.46 | 0.13 | 328.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 78 | 0 | 63 | 2E | D | 148 | 61 | 2C |
| Octal | 337 | 3 | 170 | 0 | 143 | 56 | 15 | 510 | 141 | 54 |
| Binary | 11011111 | 11 | 1111000 | 0 | 1100011 | 101110 | 1101 | 101001000 | 1100001 | 101100 |
Color Harmonies of #DF0378
Complementary color
Monochromatic Colors of #DF0378
Black with #DF0378
Text Example
Text Example
White with #DF0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0378; }
p { color: rgb(223,3,120); }
H1.HeaderClassName
{
color: #DF0378;
}
.AnyTagClassName
{
color: #DF0378;
}
</style>
background-color css
<style>
a { background-color: #DF0378; }
a { background-color: rgb(223,3,120); }
div.DivClassName
{
background-color: #DF0378;
}
.BgClassName
{
background-color: #DF0378;
}
</style>
border-color css
<style>
span { border-color: #DF0378; }
span { border-color: rgb(223,3,120); }
td.TdClassName
{
border-color: #DF0378;
}
.TagClassName
{
border-color: #DF0378;
}
</style>