Shades of Ruby #DD1F6D
Tints of Ruby #DD1F6D
RGB
CMYK
RGB Variations
Color information
#DD1F6D (or 0xDD1F6D) is known color: Ruby. HEX triplet: DD, 1F and 6D. RGB value is (221,31,109). Sum of RGB (Red+Green+Blue) = 221+31+109=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1F6D is #22E092. Grayscale: #606060. Windows color (decimal): -2285715 or 7151581. OLE color: 7151581.
HSL color Cylindrical-coordinate representation of color #DD1F6D: hue angle of 335.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F6D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 109 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.13 |
| HSL | 335.37º | 0.75% | 0.49% | - |
| HSV(B) | 335.37º | 0.86% | 0.87% | - |
| XYZ | 33.07 | 17.46 | 16.09 | - |
| YUV | 96.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 109 | 0 | 0.86 | 0.51 | 0.13 | 335.37 | 0.75 | 0.49 |
| Hex | DD | 1F | 6D | 0 | 56 | 33 | D | 14F | 4B | 31 |
| Octal | 335 | 37 | 155 | 0 | 126 | 63 | 15 | 517 | 113 | 61 |
| Binary | 11011101 | 11111 | 1101101 | 0 | 1010110 | 110011 | 1101 | 101001111 | 1001011 | 110001 |
Color Harmonies of #DD1F6D
Complementary color
Monochromatic Colors of #DD1F6D
Black with #DD1F6D
Text Example
Text Example
White with #DD1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F6D; }
p { color: rgb(221,31,109); }
H1.HeaderClassName
{
color: #DD1F6D;
}
.AnyTagClassName
{
color: #DD1F6D;
}
</style>
background-color css
<style>
a { background-color: #DD1F6D; }
a { background-color: rgb(221,31,109); }
div.DivClassName
{
background-color: #DD1F6D;
}
.BgClassName
{
background-color: #DD1F6D;
}
</style>
border-color css
<style>
span { border-color: #DD1F6D; }
span { border-color: rgb(221,31,109); }
td.TdClassName
{
border-color: #DD1F6D;
}
.TagClassName
{
border-color: #DD1F6D;
}
</style>