Shades of Petite Orchid #D09994
Tints of Petite Orchid #D09994
RGB
CMYK
RGB Variations
Color information
#D09994 (or 0xD09994) is known color: Petite Orchid. HEX triplet: D0, 99 and 94. RGB value is (208,153,148). Sum of RGB (Red+Green+Blue) = 208+153+148=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D09994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09994 is #2F666B. Grayscale: #A8A8A8. Windows color (decimal): -3106412 or 9738704. OLE color: 9738704.
HSL color Cylindrical-coordinate representation of color #D09994: hue angle of 5º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09994 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 148 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.18 |
| HSL | 5º | 0.39% | 0.7% | - |
| HSV(B) | 5º | 0.29% | 0.82% | - |
| XYZ | 42.75 | 38.33 | 33.16 | - |
| YUV | 168.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 148 | 0 | 0.26 | 0.29 | 0.18 | 5 | 0.39 | 0.7 |
| Hex | D0 | 99 | 94 | 0 | 1A | 1D | 12 | 5 | 27 | 46 |
| Octal | 320 | 231 | 224 | 0 | 32 | 35 | 22 | 5 | 47 | 106 |
| Binary | 11010000 | 10011001 | 10010100 | 0 | 11010 | 11101 | 10010 | 101 | 100111 | 1000110 |
Color Harmonies of #D09994
Complementary color
Monochromatic Colors of #D09994
Black with #D09994
Text Example
Text Example
White with #D09994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09994; }
p { color: rgb(208,153,148); }
H1.HeaderClassName
{
color: #D09994;
}
.AnyTagClassName
{
color: #D09994;
}
</style>
background-color css
<style>
a { background-color: #D09994; }
a { background-color: rgb(208,153,148); }
div.DivClassName
{
background-color: #D09994;
}
.BgClassName
{
background-color: #D09994;
}
</style>
border-color css
<style>
span { border-color: #D09994; }
span { border-color: rgb(208,153,148); }
td.TdClassName
{
border-color: #D09994;
}
.TagClassName
{
border-color: #D09994;
}
</style>