Shades of Orchid #DD66BF
Tints of Orchid #DD66BF
RGB
CMYK
RGB Variations
Color information
#DD66BF (or 0xDD66BF) is known color: Orchid. HEX triplet: DD, 66 and BF. RGB value is (221,102,191). Sum of RGB (Red+Green+Blue) = 221+102+191=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66BF is #229940. Grayscale: #939393. Windows color (decimal): -2267457 or 12543709. OLE color: 12543709.
HSL color Cylindrical-coordinate representation of color #DD66BF: hue angle of 315.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66BF is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 191 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.13 |
| HSL | 315.13º | 0.64% | 0.63% | - |
| HSV(B) | 315.13º | 0.54% | 0.87% | - |
| XYZ | 43.97 | 28.64 | 52.5 | - |
| YUV | 147.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 191 | 0 | 0.54 | 0.14 | 0.13 | 315.13 | 0.64 | 0.63 |
| Hex | DD | 66 | BF | 0 | 36 | E | D | 13B | 40 | 3F |
| Octal | 335 | 146 | 277 | 0 | 66 | 16 | 15 | 473 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10111111 | 0 | 110110 | 1110 | 1101 | 100111011 | 1000000 | 111111 |
Color Harmonies of #DD66BF
Complementary color
Monochromatic Colors of #DD66BF
Black with #DD66BF
Text Example
Text Example
White with #DD66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66BF; }
p { color: rgb(221,102,191); }
H1.HeaderClassName
{
color: #DD66BF;
}
.AnyTagClassName
{
color: #DD66BF;
}
</style>
background-color css
<style>
a { background-color: #DD66BF; }
a { background-color: rgb(221,102,191); }
div.DivClassName
{
background-color: #DD66BF;
}
.BgClassName
{
background-color: #DD66BF;
}
</style>
border-color css
<style>
span { border-color: #DD66BF; }
span { border-color: rgb(221,102,191); }
td.TdClassName
{
border-color: #DD66BF;
}
.TagClassName
{
border-color: #DD66BF;
}
</style>