Shades of Orchid #DD6DD2
Tints of Orchid #DD6DD2
RGB
CMYK
RGB Variations
Color information
#DD6DD2 (or 0xDD6DD2) is known color: Orchid. HEX triplet: DD, 6D and D2. RGB value is (221,109,210). Sum of RGB (Red+Green+Blue) = 221+109+210=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DD2 is #22922D. Grayscale: #999999. Windows color (decimal): -2265646 or 13790685. OLE color: 13790685.
HSL color Cylindrical-coordinate representation of color #DD6DD2: hue angle of 305.89º 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 #DD6DD2 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 210 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.13 |
| HSL | 305.89º | 0.62% | 0.65% | - |
| HSV(B) | 305.89º | 0.51% | 0.87% | - |
| XYZ | 46.92 | 30.96 | 64.48 | - |
| YUV | 154 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 210 | 0 | 0.51 | 0.05 | 0.13 | 305.89 | 0.62 | 0.65 |
| Hex | DD | 6D | D2 | 0 | 33 | 5 | D | 132 | 3E | 41 |
| Octal | 335 | 155 | 322 | 0 | 63 | 5 | 15 | 462 | 76 | 101 |
| Binary | 11011101 | 1101101 | 11010010 | 0 | 110011 | 101 | 1101 | 100110010 | 111110 | 1000001 |
Color Harmonies of #DD6DD2
Complementary color
Monochromatic Colors of #DD6DD2
Black with #DD6DD2
Text Example
Text Example
White with #DD6DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DD2; }
p { color: rgb(221,109,210); }
H1.HeaderClassName
{
color: #DD6DD2;
}
.AnyTagClassName
{
color: #DD6DD2;
}
</style>
background-color css
<style>
a { background-color: #DD6DD2; }
a { background-color: rgb(221,109,210); }
div.DivClassName
{
background-color: #DD6DD2;
}
.BgClassName
{
background-color: #DD6DD2;
}
</style>
border-color css
<style>
span { border-color: #DD6DD2; }
span { border-color: rgb(221,109,210); }
td.TdClassName
{
border-color: #DD6DD2;
}
.TagClassName
{
border-color: #DD6DD2;
}
</style>