Shades of Orchid #DD66D4
Tints of Orchid #DD66D4
RGB
CMYK
RGB Variations
Color information
#DD66D4 (or 0xDD66D4) is known color: Orchid. HEX triplet: DD, 66 and D4. RGB value is (221,102,212). Sum of RGB (Red+Green+Blue) = 221+102+212=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66D4 is #22992B. Grayscale: #959595. Windows color (decimal): -2267436 or 13919965. OLE color: 13919965.
HSL color Cylindrical-coordinate representation of color #DD66D4: hue angle of 304.54º 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 #DD66D4 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 212 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.13 |
| HSL | 304.54º | 0.64% | 0.63% | - |
| HSV(B) | 304.54º | 0.54% | 0.87% | - |
| XYZ | 46.45 | 29.63 | 65.56 | - |
| YUV | 150.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 212 | 0 | 0.54 | 0.04 | 0.13 | 304.54 | 0.64 | 0.63 |
| Hex | DD | 66 | D4 | 0 | 36 | 4 | D | 131 | 40 | 3F |
| Octal | 335 | 146 | 324 | 0 | 66 | 4 | 15 | 461 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11010100 | 0 | 110110 | 100 | 1101 | 100110001 | 1000000 | 111111 |
Color Harmonies of #DD66D4
Complementary color
Monochromatic Colors of #DD66D4
Black with #DD66D4
Text Example
Text Example
White with #DD66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66D4; }
p { color: rgb(221,102,212); }
H1.HeaderClassName
{
color: #DD66D4;
}
.AnyTagClassName
{
color: #DD66D4;
}
</style>
background-color css
<style>
a { background-color: #DD66D4; }
a { background-color: rgb(221,102,212); }
div.DivClassName
{
background-color: #DD66D4;
}
.BgClassName
{
background-color: #DD66D4;
}
</style>
border-color css
<style>
span { border-color: #DD66D4; }
span { border-color: rgb(221,102,212); }
td.TdClassName
{
border-color: #DD66D4;
}
.TagClassName
{
border-color: #DD66D4;
}
</style>