Shades of Orchid #DD89CC
Tints of Orchid #DD89CC
RGB
CMYK
RGB Variations
Color information
#DD89CC (or 0xDD89CC) is known color: Orchid. HEX triplet: DD, 89 and CC. RGB value is (221,137,204). Sum of RGB (Red+Green+Blue) = 221+137+204=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89CC is #227633. Grayscale: #A9A9A9. Windows color (decimal): -2258484 or 13404637. OLE color: 13404637.
HSL color Cylindrical-coordinate representation of color #DD89CC: hue angle of 312.14º 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 #DD89CC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 204 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.13 |
| HSL | 312.14º | 0.55% | 0.7% | - |
| HSV(B) | 312.14º | 0.38% | 0.87% | - |
| XYZ | 49.66 | 37.62 | 61.77 | - |
| YUV | 169.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 204 | 0 | 0.38 | 0.08 | 0.13 | 312.14 | 0.55 | 0.7 |
| Hex | DD | 89 | CC | 0 | 26 | 8 | D | 138 | 37 | 46 |
| Octal | 335 | 211 | 314 | 0 | 46 | 10 | 15 | 470 | 67 | 106 |
| Binary | 11011101 | 10001001 | 11001100 | 0 | 100110 | 1000 | 1101 | 100111000 | 110111 | 1000110 |
Color Harmonies of #DD89CC
Complementary color
Monochromatic Colors of #DD89CC
Black with #DD89CC
Text Example
Text Example
White with #DD89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89CC; }
p { color: rgb(221,137,204); }
H1.HeaderClassName
{
color: #DD89CC;
}
.AnyTagClassName
{
color: #DD89CC;
}
</style>
background-color css
<style>
a { background-color: #DD89CC; }
a { background-color: rgb(221,137,204); }
div.DivClassName
{
background-color: #DD89CC;
}
.BgClassName
{
background-color: #DD89CC;
}
</style>
border-color css
<style>
span { border-color: #DD89CC; }
span { border-color: rgb(221,137,204); }
td.TdClassName
{
border-color: #DD89CC;
}
.TagClassName
{
border-color: #DD89CC;
}
</style>