Shades of Petite Orchid #DD9689
Tints of Petite Orchid #DD9689
RGB
CMYK
RGB Variations
Color information
#DD9689 (or 0xDD9689) is known color: Petite Orchid. HEX triplet: DD, 96 and 89. RGB value is (221,150,137). Sum of RGB (Red+Green+Blue) = 221+150+137=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9689 is #226976. Grayscale: #A9A9A9. Windows color (decimal): -2255223 or 9017053. OLE color: 9017053.
HSL color Cylindrical-coordinate representation of color #DD9689: hue angle of 9.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 #DD9689 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 137 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.13 |
| HSL | 9.29º | 0.55% | 0.7% | - |
| HSV(B) | 9.29º | 0.38% | 0.87% | - |
| XYZ | 45.24 | 38.99 | 28.81 | - |
| YUV | 169.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 137 | 0 | 0.32 | 0.38 | 0.13 | 9.29 | 0.55 | 0.7 |
| Hex | DD | 96 | 89 | 0 | 20 | 26 | D | 9 | 37 | 46 |
| Octal | 335 | 226 | 211 | 0 | 40 | 46 | 15 | 11 | 67 | 106 |
| Binary | 11011101 | 10010110 | 10001001 | 0 | 100000 | 100110 | 1101 | 1001 | 110111 | 1000110 |
Color Harmonies of #DD9689
Complementary color
Monochromatic Colors of #DD9689
Black with #DD9689
Text Example
Text Example
White with #DD9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9689; }
p { color: rgb(221,150,137); }
H1.HeaderClassName
{
color: #DD9689;
}
.AnyTagClassName
{
color: #DD9689;
}
</style>
background-color css
<style>
a { background-color: #DD9689; }
a { background-color: rgb(221,150,137); }
div.DivClassName
{
background-color: #DD9689;
}
.BgClassName
{
background-color: #DD9689;
}
</style>
border-color css
<style>
span { border-color: #DD9689; }
span { border-color: rgb(221,150,137); }
td.TdClassName
{
border-color: #DD9689;
}
.TagClassName
{
border-color: #DD9689;
}
</style>