Shades of Orchid #DD66DA
Tints of Orchid #DD66DA
RGB
CMYK
RGB Variations
Color information
#DD66DA (or 0xDD66DA) is known color: Orchid. HEX triplet: DD, 66 and DA. RGB value is (221,102,218). Sum of RGB (Red+Green+Blue) = 221+102+218=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66DA is #229925. Grayscale: #969696. Windows color (decimal): -2267430 or 14313181. OLE color: 14313181.
HSL color Cylindrical-coordinate representation of color #DD66DA: hue angle of 301.51º 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 #DD66DA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 218 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 301.51º | 0.64% | 0.63% | - |
| HSV(B) | 301.51º | 0.54% | 0.87% | - |
| XYZ | 47.23 | 29.94 | 69.62 | - |
| YUV | 150.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 218 | 0 | 0.54 | 0.01 | 0.13 | 301.51 | 0.64 | 0.63 |
| Hex | DD | 66 | DA | 0 | 36 | 1 | D | 12E | 40 | 3F |
| Octal | 335 | 146 | 332 | 0 | 66 | 1 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11011010 | 0 | 110110 | 1 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD66DA
Complementary color
Monochromatic Colors of #DD66DA
Black with #DD66DA
Text Example
Text Example
White with #DD66DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66DA; }
p { color: rgb(221,102,218); }
H1.HeaderClassName
{
color: #DD66DA;
}
.AnyTagClassName
{
color: #DD66DA;
}
</style>
background-color css
<style>
a { background-color: #DD66DA; }
a { background-color: rgb(221,102,218); }
div.DivClassName
{
background-color: #DD66DA;
}
.BgClassName
{
background-color: #DD66DA;
}
</style>
border-color css
<style>
span { border-color: #DD66DA; }
span { border-color: rgb(221,102,218); }
td.TdClassName
{
border-color: #DD66DA;
}
.TagClassName
{
border-color: #DD66DA;
}
</style>