Shades of Orchid #DD6DBE
Tints of Orchid #DD6DBE
RGB
CMYK
RGB Variations
Color information
#DD6DBE (or 0xDD6DBE) is known color: Orchid. HEX triplet: DD, 6D and BE. RGB value is (221,109,190). Sum of RGB (Red+Green+Blue) = 221+109+190=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBE is #229241. Grayscale: #979797. Windows color (decimal): -2265666 or 12479965. OLE color: 12479965.
HSL color Cylindrical-coordinate representation of color #DD6DBE: hue angle of 316.61º 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 #DD6DBE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 190 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.13 |
| HSL | 316.61º | 0.62% | 0.65% | - |
| HSV(B) | 316.61º | 0.51% | 0.87% | - |
| XYZ | 44.58 | 30.03 | 52.16 | - |
| YUV | 151.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 190 | 0 | 0.51 | 0.14 | 0.13 | 316.61 | 0.62 | 0.65 |
| Hex | DD | 6D | BE | 0 | 33 | E | D | 13D | 3E | 41 |
| Octal | 335 | 155 | 276 | 0 | 63 | 16 | 15 | 475 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10111110 | 0 | 110011 | 1110 | 1101 | 100111101 | 111110 | 1000001 |
Color Harmonies of #DD6DBE
Complementary color
Monochromatic Colors of #DD6DBE
Black with #DD6DBE
Text Example
Text Example
White with #DD6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DBE; }
p { color: rgb(221,109,190); }
H1.HeaderClassName
{
color: #DD6DBE;
}
.AnyTagClassName
{
color: #DD6DBE;
}
</style>
background-color css
<style>
a { background-color: #DD6DBE; }
a { background-color: rgb(221,109,190); }
div.DivClassName
{
background-color: #DD6DBE;
}
.BgClassName
{
background-color: #DD6DBE;
}
</style>
border-color css
<style>
span { border-color: #DD6DBE; }
span { border-color: rgb(221,109,190); }
td.TdClassName
{
border-color: #DD6DBE;
}
.TagClassName
{
border-color: #DD6DBE;
}
</style>