Shades of Petite Orchid #D09990
Tints of Petite Orchid #D09990
RGB
CMYK
RGB Variations
Color information
#D09990 (or 0xD09990) is known color: Petite Orchid. HEX triplet: D0, 99 and 90. RGB value is (208,153,144). Sum of RGB (Red+Green+Blue) = 208+153+144=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09990 is #2F666F. Grayscale: #A8A8A8. Windows color (decimal): -3106416 or 9476560. OLE color: 9476560.
HSL color Cylindrical-coordinate representation of color #D09990: hue angle of 8.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09990 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 144 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.18 |
| HSL | 8.44º | 0.41% | 0.69% | - |
| HSV(B) | 8.44º | 0.31% | 0.82% | - |
| XYZ | 42.44 | 38.21 | 31.52 | - |
| YUV | 168.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 144 | 0 | 0.26 | 0.31 | 0.18 | 8.44 | 0.41 | 0.69 |
| Hex | D0 | 99 | 90 | 0 | 1A | 1F | 12 | 8 | 29 | 45 |
| Octal | 320 | 231 | 220 | 0 | 32 | 37 | 22 | 10 | 51 | 105 |
| Binary | 11010000 | 10011001 | 10010000 | 0 | 11010 | 11111 | 10010 | 1000 | 101001 | 1000101 |
Color Harmonies of #D09990
Complementary color
Monochromatic Colors of #D09990
Black with #D09990
Text Example
Text Example
White with #D09990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09990; }
p { color: rgb(208,153,144); }
H1.HeaderClassName
{
color: #D09990;
}
.AnyTagClassName
{
color: #D09990;
}
</style>
background-color css
<style>
a { background-color: #D09990; }
a { background-color: rgb(208,153,144); }
div.DivClassName
{
background-color: #D09990;
}
.BgClassName
{
background-color: #D09990;
}
</style>
border-color css
<style>
span { border-color: #D09990; }
span { border-color: rgb(208,153,144); }
td.TdClassName
{
border-color: #D09990;
}
.TagClassName
{
border-color: #D09990;
}
</style>