Shades of Orchid #DD6AD9
Tints of Orchid #DD6AD9
RGB
CMYK
RGB Variations
Color information
#DD6AD9 (or 0xDD6AD9) is known color: Orchid. HEX triplet: DD, 6A and D9. RGB value is (221,106,217). Sum of RGB (Red+Green+Blue) = 221+106+217=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD9 is #229526. Grayscale: #989898. Windows color (decimal): -2266407 or 14248669. OLE color: 14248669.
HSL color Cylindrical-coordinate representation of color #DD6AD9: hue angle of 302.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AD9 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 217 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.13 |
| HSL | 302.09º | 0.63% | 0.64% | - |
| HSV(B) | 302.09º | 0.52% | 0.87% | - |
| XYZ | 47.5 | 30.69 | 69.07 | - |
| YUV | 153.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 217 | 0 | 0.52 | 0.02 | 0.13 | 302.09 | 0.63 | 0.64 |
| Hex | DD | 6A | D9 | 0 | 34 | 2 | D | 12E | 3F | 40 |
| Octal | 335 | 152 | 331 | 0 | 64 | 2 | 15 | 456 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11011001 | 0 | 110100 | 10 | 1101 | 100101110 | 111111 | 1000000 |
Color Harmonies of #DD6AD9
Complementary color
Monochromatic Colors of #DD6AD9
Black with #DD6AD9
Text Example
Text Example
White with #DD6AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AD9; }
p { color: rgb(221,106,217); }
H1.HeaderClassName
{
color: #DD6AD9;
}
.AnyTagClassName
{
color: #DD6AD9;
}
</style>
background-color css
<style>
a { background-color: #DD6AD9; }
a { background-color: rgb(221,106,217); }
div.DivClassName
{
background-color: #DD6AD9;
}
.BgClassName
{
background-color: #DD6AD9;
}
</style>
border-color css
<style>
span { border-color: #DD6AD9; }
span { border-color: rgb(221,106,217); }
td.TdClassName
{
border-color: #DD6AD9;
}
.TagClassName
{
border-color: #DD6AD9;
}
</style>