Shades of Ruby #DF206B
Tints of Ruby #DF206B
RGB
CMYK
RGB Variations
Color information
#DF206B (or 0xDF206B) is known color: Ruby. HEX triplet: DF, 20 and 6B. RGB value is (223,32,107). Sum of RGB (Red+Green+Blue) = 223+32+107=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF206B is #20DF94. Grayscale: #616161. Windows color (decimal): -2154389 or 7020767. OLE color: 7020767.
HSL color Cylindrical-coordinate representation of color #DF206B: hue angle of 336.44º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF206B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.13 |
| HSL | 336.44º | 0.75% | 0.5% | - |
| HSV(B) | 336.44º | 0.86% | 0.87% | - |
| XYZ | 33.6 | 17.78 | 15.57 | - |
| YUV | 97.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 107 | 0 | 0.86 | 0.52 | 0.13 | 336.44 | 0.75 | 0.5 |
| Hex | DF | 20 | 6B | 0 | 56 | 34 | D | 150 | 4B | 32 |
| Octal | 337 | 40 | 153 | 0 | 126 | 64 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100000 | 1101011 | 0 | 1010110 | 110100 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF206B
Complementary color
Monochromatic Colors of #DF206B
Black with #DF206B
Text Example
Text Example
White with #DF206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF206B; }
p { color: rgb(223,32,107); }
H1.HeaderClassName
{
color: #DF206B;
}
.AnyTagClassName
{
color: #DF206B;
}
</style>
background-color css
<style>
a { background-color: #DF206B; }
a { background-color: rgb(223,32,107); }
div.DivClassName
{
background-color: #DF206B;
}
.BgClassName
{
background-color: #DF206B;
}
</style>
border-color css
<style>
span { border-color: #DF206B; }
span { border-color: rgb(223,32,107); }
td.TdClassName
{
border-color: #DF206B;
}
.TagClassName
{
border-color: #DF206B;
}
</style>