Shades of Orchid #DD69E2
Tints of Orchid #DD69E2
RGB
CMYK
RGB Variations
Color information
#DD69E2 (or 0xDD69E2) is known color: Orchid. HEX triplet: DD, 69 and E2. RGB value is (221,105,226). Sum of RGB (Red+Green+Blue) = 221+105+226=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD69E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69E2 is #22961D. Grayscale: #999999. Windows color (decimal): -2266654 or 14838237. OLE color: 14838237.
HSL color Cylindrical-coordinate representation of color #DD69E2: hue angle of 297.52º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD69E2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 105 | 226 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.11 |
| HSL | 297.52º | 0.68% | 0.65% | - |
| HSV(B) | 297.52º | 0.54% | 0.89% | - |
| XYZ | 48.6 | 30.97 | 75.37 | - |
| YUV | 153.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 226 | 0.02 | 0.54 | 0 | 0.11 | 297.52 | 0.68 | 0.65 |
| Hex | DD | 69 | E2 | 2 | 36 | 0 | B | 12A | 44 | 41 |
| Octal | 335 | 151 | 342 | 2 | 66 | 0 | 13 | 452 | 104 | 101 |
| Binary | 11011101 | 1101001 | 11100010 | 10 | 110110 | 0 | 1011 | 100101010 | 1000100 | 1000001 |
Color Harmonies of #DD69E2
Complementary color
Monochromatic Colors of #DD69E2
Black with #DD69E2
Text Example
Text Example
White with #DD69E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69E2; }
p { color: rgb(221,105,226); }
H1.HeaderClassName
{
color: #DD69E2;
}
.AnyTagClassName
{
color: #DD69E2;
}
</style>
background-color css
<style>
a { background-color: #DD69E2; }
a { background-color: rgb(221,105,226); }
div.DivClassName
{
background-color: #DD69E2;
}
.BgClassName
{
background-color: #DD69E2;
}
</style>
border-color css
<style>
span { border-color: #DD69E2; }
span { border-color: rgb(221,105,226); }
td.TdClassName
{
border-color: #DD69E2;
}
.TagClassName
{
border-color: #DD69E2;
}
</style>