Shades of Petite Orchid #DD9992
Tints of Petite Orchid #DD9992
RGB
CMYK
RGB Variations
Color information
#DD9992 (or 0xDD9992) is known color: Petite Orchid. HEX triplet: DD, 99 and 92. RGB value is (221,153,146). Sum of RGB (Red+Green+Blue) = 221+153+146=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9992 is #22666D. Grayscale: #ACACAC. Windows color (decimal): -2254446 or 9607645. OLE color: 9607645.
HSL color Cylindrical-coordinate representation of color #DD9992: hue angle of 5.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9992 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 146 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.13 |
| HSL | 5.6º | 0.52% | 0.72% | - |
| HSV(B) | 5.6º | 0.34% | 0.87% | - |
| XYZ | 46.4 | 40.23 | 32.51 | - |
| YUV | 172.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 146 | 0 | 0.31 | 0.34 | 0.13 | 5.6 | 0.52 | 0.72 |
| Hex | DD | 99 | 92 | 0 | 1F | 22 | D | 6 | 34 | 48 |
| Octal | 335 | 231 | 222 | 0 | 37 | 42 | 15 | 6 | 64 | 110 |
| Binary | 11011101 | 10011001 | 10010010 | 0 | 11111 | 100010 | 1101 | 110 | 110100 | 1001000 |
Color Harmonies of #DD9992
Complementary color
Monochromatic Colors of #DD9992
Black with #DD9992
Text Example
Text Example
White with #DD9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9992; }
p { color: rgb(221,153,146); }
H1.HeaderClassName
{
color: #DD9992;
}
.AnyTagClassName
{
color: #DD9992;
}
</style>
background-color css
<style>
a { background-color: #DD9992; }
a { background-color: rgb(221,153,146); }
div.DivClassName
{
background-color: #DD9992;
}
.BgClassName
{
background-color: #DD9992;
}
</style>
border-color css
<style>
span { border-color: #DD9992; }
span { border-color: rgb(221,153,146); }
td.TdClassName
{
border-color: #DD9992;
}
.TagClassName
{
border-color: #DD9992;
}
</style>