Shades of Orchid #DD66BA
Tints of Orchid #DD66BA
RGB
CMYK
RGB Variations
Color information
#DD66BA (or 0xDD66BA) is known color: Orchid. HEX triplet: DD, 66 and BA. RGB value is (221,102,186). Sum of RGB (Red+Green+Blue) = 221+102+186=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66BA is #229945. Grayscale: #929292. Windows color (decimal): -2267462 or 12216029. OLE color: 12216029.
HSL color Cylindrical-coordinate representation of color #DD66BA: hue angle of 317.65º 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 #DD66BA is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 186 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.13 |
| HSL | 317.65º | 0.64% | 0.63% | - |
| HSV(B) | 317.65º | 0.54% | 0.87% | - |
| XYZ | 43.43 | 28.42 | 49.65 | - |
| YUV | 147.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 186 | 0 | 0.54 | 0.16 | 0.13 | 317.65 | 0.64 | 0.63 |
| Hex | DD | 66 | BA | 0 | 36 | 10 | D | 13E | 40 | 3F |
| Octal | 335 | 146 | 272 | 0 | 66 | 20 | 15 | 476 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10111010 | 0 | 110110 | 10000 | 1101 | 100111110 | 1000000 | 111111 |
Color Harmonies of #DD66BA
Complementary color
Monochromatic Colors of #DD66BA
Black with #DD66BA
Text Example
Text Example
White with #DD66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66BA; }
p { color: rgb(221,102,186); }
H1.HeaderClassName
{
color: #DD66BA;
}
.AnyTagClassName
{
color: #DD66BA;
}
</style>
background-color css
<style>
a { background-color: #DD66BA; }
a { background-color: rgb(221,102,186); }
div.DivClassName
{
background-color: #DD66BA;
}
.BgClassName
{
background-color: #DD66BA;
}
</style>
border-color css
<style>
span { border-color: #DD66BA; }
span { border-color: rgb(221,102,186); }
td.TdClassName
{
border-color: #DD66BA;
}
.TagClassName
{
border-color: #DD66BA;
}
</style>