Shades of Orchid #DD89CE
Tints of Orchid #DD89CE
RGB
CMYK
RGB Variations
Color information
#DD89CE (or 0xDD89CE) is known color: Orchid. HEX triplet: DD, 89 and CE. RGB value is (221,137,206). Sum of RGB (Red+Green+Blue) = 221+137+206=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89CE is #227631. Grayscale: #A9A9A9. Windows color (decimal): -2258482 or 13535709. OLE color: 13535709.
HSL color Cylindrical-coordinate representation of color #DD89CE: hue angle of 310.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89CE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 206 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.13 |
| HSL | 310.71º | 0.55% | 0.7% | - |
| HSV(B) | 310.71º | 0.38% | 0.87% | - |
| XYZ | 49.91 | 37.72 | 63.04 | - |
| YUV | 169.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 206 | 0 | 0.38 | 0.07 | 0.13 | 310.71 | 0.55 | 0.7 |
| Hex | DD | 89 | CE | 0 | 26 | 7 | D | 137 | 37 | 46 |
| Octal | 335 | 211 | 316 | 0 | 46 | 7 | 15 | 467 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11001110 | 0 | 100110 | 111 | 1101 | 100110111 | 110111 | 1000110 |
Color Harmonies of #DD89CE
Complementary color
Monochromatic Colors of #DD89CE
Black with #DD89CE
Text Example
Text Example
White with #DD89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89CE; }
p { color: rgb(221,137,206); }
H1.HeaderClassName
{
color: #DD89CE;
}
.AnyTagClassName
{
color: #DD89CE;
}
</style>
background-color css
<style>
a { background-color: #DD89CE; }
a { background-color: rgb(221,137,206); }
div.DivClassName
{
background-color: #DD89CE;
}
.BgClassName
{
background-color: #DD89CE;
}
</style>
border-color css
<style>
span { border-color: #DD89CE; }
span { border-color: rgb(221,137,206); }
td.TdClassName
{
border-color: #DD89CE;
}
.TagClassName
{
border-color: #DD89CE;
}
</style>