Shades of Orchid #DD65DA
Tints of Orchid #DD65DA
RGB
CMYK
RGB Variations
Color information
#DD65DA (or 0xDD65DA) is known color: Orchid. HEX triplet: DD, 65 and DA. RGB value is (221,101,218). Sum of RGB (Red+Green+Blue) = 221+101+218=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65DA is #229A25. Grayscale: #959595. Windows color (decimal): -2267686 or 14312925. OLE color: 14312925.
HSL color Cylindrical-coordinate representation of color #DD65DA: hue angle of 301.5º 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 #DD65DA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 218 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 301.5º | 0.64% | 0.63% | - |
| HSV(B) | 301.5º | 0.54% | 0.87% | - |
| XYZ | 47.13 | 29.74 | 69.59 | - |
| YUV | 150.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 218 | 0 | 0.54 | 0.01 | 0.13 | 301.5 | 0.64 | 0.63 |
| Hex | DD | 65 | DA | 0 | 36 | 1 | D | 12E | 40 | 3F |
| Octal | 335 | 145 | 332 | 0 | 66 | 1 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11011010 | 0 | 110110 | 1 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD65DA
Complementary color
Monochromatic Colors of #DD65DA
Black with #DD65DA
Text Example
Text Example
White with #DD65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65DA; }
p { color: rgb(221,101,218); }
H1.HeaderClassName
{
color: #DD65DA;
}
.AnyTagClassName
{
color: #DD65DA;
}
</style>
background-color css
<style>
a { background-color: #DD65DA; }
a { background-color: rgb(221,101,218); }
div.DivClassName
{
background-color: #DD65DA;
}
.BgClassName
{
background-color: #DD65DA;
}
</style>
border-color css
<style>
span { border-color: #DD65DA; }
span { border-color: rgb(221,101,218); }
td.TdClassName
{
border-color: #DD65DA;
}
.TagClassName
{
border-color: #DD65DA;
}
</style>