Shades of Orchid #DD6DD6
Tints of Orchid #DD6DD6
RGB
CMYK
RGB Variations
Color information
#DD6DD6 (or 0xDD6DD6) is known color: Orchid. HEX triplet: DD, 6D and D6. RGB value is (221,109,214). Sum of RGB (Red+Green+Blue) = 221+109+214=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DD6 is #229229. Grayscale: #9A9A9A. Windows color (decimal): -2265642 or 14052829. OLE color: 14052829.
HSL color Cylindrical-coordinate representation of color #DD6DD6: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DD6 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 214 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.13 |
| HSL | 303.75º | 0.62% | 0.65% | - |
| HSV(B) | 303.75º | 0.51% | 0.87% | - |
| XYZ | 47.43 | 31.16 | 67.13 | - |
| YUV | 154.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 214 | 0 | 0.51 | 0.03 | 0.13 | 303.75 | 0.62 | 0.65 |
| Hex | DD | 6D | D6 | 0 | 33 | 3 | D | 130 | 3E | 41 |
| Octal | 335 | 155 | 326 | 0 | 63 | 3 | 15 | 460 | 76 | 101 |
| Binary | 11011101 | 1101101 | 11010110 | 0 | 110011 | 11 | 1101 | 100110000 | 111110 | 1000001 |
Color Harmonies of #DD6DD6
Complementary color
Monochromatic Colors of #DD6DD6
Black with #DD6DD6
Text Example
Text Example
White with #DD6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DD6; }
p { color: rgb(221,109,214); }
H1.HeaderClassName
{
color: #DD6DD6;
}
.AnyTagClassName
{
color: #DD6DD6;
}
</style>
background-color css
<style>
a { background-color: #DD6DD6; }
a { background-color: rgb(221,109,214); }
div.DivClassName
{
background-color: #DD6DD6;
}
.BgClassName
{
background-color: #DD6DD6;
}
</style>
border-color css
<style>
span { border-color: #DD6DD6; }
span { border-color: rgb(221,109,214); }
td.TdClassName
{
border-color: #DD6DD6;
}
.TagClassName
{
border-color: #DD6DD6;
}
</style>