Shades of Ruby #DD0375
Tints of Ruby #DD0375
RGB
CMYK
RGB Variations
Color information
#DD0375 (or 0xDD0375) is known color: Ruby. HEX triplet: DD, 03 and 75. RGB value is (221,3,117). Sum of RGB (Red+Green+Blue) = 221+3+117=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0375 is #22FC8A. Grayscale: #505050. Windows color (decimal): -2292875 or 7668701. OLE color: 7668701.
HSL color Cylindrical-coordinate representation of color #DD0375: hue angle of 328.62º 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 #DD0375 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.13 |
| HSL | 328.62º | 0.97% | 0.44% | - |
| HSV(B) | 328.62º | 0.99% | 0.87% | - |
| XYZ | 33.06 | 16.72 | 18.31 | - |
| YUV | 81.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 117 | 0 | 0.99 | 0.47 | 0.13 | 328.62 | 0.97 | 0.44 |
| Hex | DD | 3 | 75 | 0 | 63 | 2F | D | 149 | 61 | 2C |
| Octal | 335 | 3 | 165 | 0 | 143 | 57 | 15 | 511 | 141 | 54 |
| Binary | 11011101 | 11 | 1110101 | 0 | 1100011 | 101111 | 1101 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DD0375
Complementary color
Monochromatic Colors of #DD0375
Black with #DD0375
Text Example
Text Example
White with #DD0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0375; }
p { color: rgb(221,3,117); }
H1.HeaderClassName
{
color: #DD0375;
}
.AnyTagClassName
{
color: #DD0375;
}
</style>
background-color css
<style>
a { background-color: #DD0375; }
a { background-color: rgb(221,3,117); }
div.DivClassName
{
background-color: #DD0375;
}
.BgClassName
{
background-color: #DD0375;
}
</style>
border-color css
<style>
span { border-color: #DD0375; }
span { border-color: rgb(221,3,117); }
td.TdClassName
{
border-color: #DD0375;
}
.TagClassName
{
border-color: #DD0375;
}
</style>