Shades of Orchid #DD65D9
Tints of Orchid #DD65D9
RGB
CMYK
RGB Variations
Color information
#DD65D9 (or 0xDD65D9) is known color: Orchid. HEX triplet: DD, 65 and D9. RGB value is (221,101,217). Sum of RGB (Red+Green+Blue) = 221+101+217=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65D9 is #229A26. Grayscale: #959595. Windows color (decimal): -2267687 or 14247389. OLE color: 14247389.
HSL color Cylindrical-coordinate representation of color #DD65D9: hue angle of 302º 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 #DD65D9 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 217 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.13 |
| HSL | 302º | 0.64% | 0.63% | - |
| HSV(B) | 302º | 0.54% | 0.87% | - |
| XYZ | 47 | 29.69 | 68.9 | - |
| YUV | 150.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 217 | 0 | 0.54 | 0.02 | 0.13 | 302 | 0.64 | 0.63 |
| Hex | DD | 65 | D9 | 0 | 36 | 2 | D | 12E | 40 | 3F |
| Octal | 335 | 145 | 331 | 0 | 66 | 2 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11011001 | 0 | 110110 | 10 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD65D9
Complementary color
Monochromatic Colors of #DD65D9
Black with #DD65D9
Text Example
Text Example
White with #DD65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65D9; }
p { color: rgb(221,101,217); }
H1.HeaderClassName
{
color: #DD65D9;
}
.AnyTagClassName
{
color: #DD65D9;
}
</style>
background-color css
<style>
a { background-color: #DD65D9; }
a { background-color: rgb(221,101,217); }
div.DivClassName
{
background-color: #DD65D9;
}
.BgClassName
{
background-color: #DD65D9;
}
</style>
border-color css
<style>
span { border-color: #DD65D9; }
span { border-color: rgb(221,101,217); }
td.TdClassName
{
border-color: #DD65D9;
}
.TagClassName
{
border-color: #DD65D9;
}
</style>