Shades of Orchid #DD89C9
Tints of Orchid #DD89C9
RGB
CMYK
RGB Variations
Color information
#DD89C9 (or 0xDD89C9) is known color: Orchid. HEX triplet: DD, 89 and C9. RGB value is (221,137,201). Sum of RGB (Red+Green+Blue) = 221+137+201=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89C9 is #227636. Grayscale: #A9A9A9. Windows color (decimal): -2258487 or 13208029. OLE color: 13208029.
HSL color Cylindrical-coordinate representation of color #DD89C9: hue angle of 314.29º 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 #DD89C9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 137 | 201 | - |
CMYK | 0 | 0.38 | 0.09 | 0.13 |
HSL | 314.29º | 0.55% | 0.7% | - |
HSV(B) | 314.29º | 0.38% | 0.87% | - |
XYZ | 49.31 | 37.48 | 59.89 | - |
YUV | 169.41 | 145.83 | 164.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 137 | 201 | 0 | 0.38 | 0.09 | 0.13 | 314.29 | 0.55 | 0.7 |
Hex | DD | 89 | C9 | 0 | 26 | 9 | D | 13A | 37 | 46 |
Octal | 335 | 211 | 311 | 0 | 46 | 11 | 15 | 472 | 67 | 106 |
Binary | 11011101 | 10001001 | 11001001 | 0 | 100110 | 1001 | 1101 | 100111010 | 110111 | 1000110 |
Color Harmonies of #DD89C9
Complementary color
Monochromatic Colors of #DD89C9
Black with #DD89C9
Text Example
Text Example
White with #DD89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89C9; }
p { color: rgb(221,137,201); }
H1.HeaderClassName
{
color: #DD89C9;
}
.AnyTagClassName
{
color: #DD89C9;
}
</style>
background-color css
<style>
a { background-color: #DD89C9; }
a { background-color: rgb(221,137,201); }
div.DivClassName
{
background-color: #DD89C9;
}
.BgClassName
{
background-color: #DD89C9;
}
</style>
border-color css
<style>
span { border-color: #DD89C9; }
span { border-color: rgb(221,137,201); }
td.TdClassName
{
border-color: #DD89C9;
}
.TagClassName
{
border-color: #DD89C9;
}
</style>