Shades of Orchid #DD66DB
Tints of Orchid #DD66DB
RGB
CMYK
RGB Variations
Color information
#DD66DB (or 0xDD66DB) is known color: Orchid. HEX triplet: DD, 66 and DB. RGB value is (221,102,219). Sum of RGB (Red+Green+Blue) = 221+102+219=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66DB is #229924. Grayscale: #969696. Windows color (decimal): -2267429 or 14378717. OLE color: 14378717.
HSL color Cylindrical-coordinate representation of color #DD66DB: hue angle of 301.01º 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 #DD66DB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 219 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 301.01º | 0.64% | 0.63% | - |
| HSV(B) | 301.01º | 0.54% | 0.87% | - |
| XYZ | 47.36 | 29.99 | 70.31 | - |
| YUV | 150.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 219 | 0 | 0.54 | 0.01 | 0.13 | 301.01 | 0.64 | 0.63 |
| Hex | DD | 66 | DB | 0 | 36 | 1 | D | 12D | 40 | 3F |
| Octal | 335 | 146 | 333 | 0 | 66 | 1 | 15 | 455 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11011011 | 0 | 110110 | 1 | 1101 | 100101101 | 1000000 | 111111 |
Color Harmonies of #DD66DB
Complementary color
Monochromatic Colors of #DD66DB
Black with #DD66DB
Text Example
Text Example
White with #DD66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66DB; }
p { color: rgb(221,102,219); }
H1.HeaderClassName
{
color: #DD66DB;
}
.AnyTagClassName
{
color: #DD66DB;
}
</style>
background-color css
<style>
a { background-color: #DD66DB; }
a { background-color: rgb(221,102,219); }
div.DivClassName
{
background-color: #DD66DB;
}
.BgClassName
{
background-color: #DD66DB;
}
</style>
border-color css
<style>
span { border-color: #DD66DB; }
span { border-color: rgb(221,102,219); }
td.TdClassName
{
border-color: #DD66DB;
}
.TagClassName
{
border-color: #DD66DB;
}
</style>