Shades of Ruby #DD076B
Tints of Ruby #DD076B
RGB
CMYK
RGB Variations
Color information
#DD076B (or 0xDD076B) is known color: Ruby. HEX triplet: DD, 07 and 6B. RGB value is (221,7,107). Sum of RGB (Red+Green+Blue) = 221+7+107=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD076B is #22F894. Grayscale: #525252. Windows color (decimal): -2291861 or 7014365. OLE color: 7014365.
HSL color Cylindrical-coordinate representation of color #DD076B: hue angle of 331.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD076B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 7 | 107 | - |
CMYK | 0 | 0.97 | 0.52 | 0.13 |
HSL | 331.96º | 0.94% | 0.45% | - |
HSV(B) | 331.96º | 0.97% | 0.87% | - |
XYZ | 32.55 | 16.59 | 15.4 | - |
YUV | 82.39 | 141.9 | 226.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 7 | 107 | 0 | 0.97 | 0.52 | 0.13 | 331.96 | 0.94 | 0.45 |
Hex | DD | 7 | 6B | 0 | 61 | 34 | D | 14C | 5E | 2D |
Octal | 335 | 7 | 153 | 0 | 141 | 64 | 15 | 514 | 136 | 55 |
Binary | 11011101 | 111 | 1101011 | 0 | 1100001 | 110100 | 1101 | 101001100 | 1011110 | 101101 |
Color Harmonies of #DD076B
Complementary color
Monochromatic Colors of #DD076B
Black with #DD076B
Text Example
Text Example
White with #DD076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD076B; }
p { color: rgb(221,7,107); }
H1.HeaderClassName
{
color: #DD076B;
}
.AnyTagClassName
{
color: #DD076B;
}
</style>
background-color css
<style>
a { background-color: #DD076B; }
a { background-color: rgb(221,7,107); }
div.DivClassName
{
background-color: #DD076B;
}
.BgClassName
{
background-color: #DD076B;
}
</style>
border-color css
<style>
span { border-color: #DD076B; }
span { border-color: rgb(221,7,107); }
td.TdClassName
{
border-color: #DD076B;
}
.TagClassName
{
border-color: #DD076B;
}
</style>