Shades of Ruby #DD1B75
Tints of Ruby #DD1B75
RGB
CMYK
RGB Variations
Color information
#DD1B75 (or 0xDD1B75) is known color: Ruby. HEX triplet: DD, 1B and 75. RGB value is (221,27,117). Sum of RGB (Red+Green+Blue) = 221+27+117=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B75 is #22E48A. Grayscale: #5F5F5F. Windows color (decimal): -2286731 or 7674845. OLE color: 7674845.
HSL color Cylindrical-coordinate representation of color #DD1B75: hue angle of 332.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B75 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 117 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.13 |
| HSL | 332.16º | 0.78% | 0.49% | - |
| HSV(B) | 332.16º | 0.88% | 0.87% | - |
| XYZ | 33.42 | 17.44 | 18.43 | - |
| YUV | 95.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 117 | 0 | 0.88 | 0.47 | 0.13 | 332.16 | 0.78 | 0.49 |
| Hex | DD | 1B | 75 | 0 | 58 | 2F | D | 14C | 4E | 31 |
| Octal | 335 | 33 | 165 | 0 | 130 | 57 | 15 | 514 | 116 | 61 |
| Binary | 11011101 | 11011 | 1110101 | 0 | 1011000 | 101111 | 1101 | 101001100 | 1001110 | 110001 |
Color Harmonies of #DD1B75
Complementary color
Monochromatic Colors of #DD1B75
Black with #DD1B75
Text Example
Text Example
White with #DD1B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B75; }
p { color: rgb(221,27,117); }
H1.HeaderClassName
{
color: #DD1B75;
}
.AnyTagClassName
{
color: #DD1B75;
}
</style>
background-color css
<style>
a { background-color: #DD1B75; }
a { background-color: rgb(221,27,117); }
div.DivClassName
{
background-color: #DD1B75;
}
.BgClassName
{
background-color: #DD1B75;
}
</style>
border-color css
<style>
span { border-color: #DD1B75; }
span { border-color: rgb(221,27,117); }
td.TdClassName
{
border-color: #DD1B75;
}
.TagClassName
{
border-color: #DD1B75;
}
</style>