Shades of Orchid #DD6DDF
Tints of Orchid #DD6DDF
RGB
CMYK
RGB Variations
Color information
#DD6DDF (or 0xDD6DDF) is known color: Orchid. HEX triplet: DD, 6D and DF. RGB value is (221,109,223). Sum of RGB (Red+Green+Blue) = 221+109+223=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DDF is #229220. Grayscale: #9B9B9B. Windows color (decimal): -2265633 or 14642653. OLE color: 14642653.
HSL color Cylindrical-coordinate representation of color #DD6DDF: hue angle of 298.95º degrees, saturation: 0.64, 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 #DD6DDF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 223 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.13 |
| HSL | 298.95º | 0.64% | 0.65% | - |
| HSV(B) | 298.95º | 0.51% | 0.87% | - |
| XYZ | 48.61 | 31.64 | 73.36 | - |
| YUV | 155.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 223 | 0.01 | 0.51 | 0 | 0.13 | 298.95 | 0.64 | 0.65 |
| Hex | DD | 6D | DF | 1 | 33 | 0 | D | 12B | 40 | 41 |
| Octal | 335 | 155 | 337 | 1 | 63 | 0 | 15 | 453 | 100 | 101 |
| Binary | 11011101 | 1101101 | 11011111 | 1 | 110011 | 0 | 1101 | 100101011 | 1000000 | 1000001 |
Color Harmonies of #DD6DDF
Complementary color
Monochromatic Colors of #DD6DDF
Black with #DD6DDF
Text Example
Text Example
White with #DD6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DDF; }
p { color: rgb(221,109,223); }
H1.HeaderClassName
{
color: #DD6DDF;
}
.AnyTagClassName
{
color: #DD6DDF;
}
</style>
background-color css
<style>
a { background-color: #DD6DDF; }
a { background-color: rgb(221,109,223); }
div.DivClassName
{
background-color: #DD6DDF;
}
.BgClassName
{
background-color: #DD6DDF;
}
</style>
border-color css
<style>
span { border-color: #DD6DDF; }
span { border-color: rgb(221,109,223); }
td.TdClassName
{
border-color: #DD6DDF;
}
.TagClassName
{
border-color: #DD6DDF;
}
</style>