Shades of Petite Orchid #D99990
Tints of Petite Orchid #D99990
RGB
CMYK
RGB Variations
Color information
#D99990 (or 0xD99990) is known color: Petite Orchid. HEX triplet: D9, 99 and 90. RGB value is (217,153,144). Sum of RGB (Red+Green+Blue) = 217+153+144=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99990 is #26666F. Grayscale: #ABABAB. Windows color (decimal): -2516592 or 9476569. OLE color: 9476569.
HSL color Cylindrical-coordinate representation of color #D99990: hue angle of 7.4º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99990 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 144 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.15 |
| HSL | 7.4º | 0.49% | 0.71% | - |
| HSV(B) | 7.4º | 0.34% | 0.85% | - |
| XYZ | 45.04 | 39.55 | 31.65 | - |
| YUV | 171.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 144 | 0 | 0.29 | 0.34 | 0.15 | 7.4 | 0.49 | 0.71 |
| Hex | D9 | 99 | 90 | 0 | 1D | 22 | F | 7 | 31 | 47 |
| Octal | 331 | 231 | 220 | 0 | 35 | 42 | 17 | 7 | 61 | 107 |
| Binary | 11011001 | 10011001 | 10010000 | 0 | 11101 | 100010 | 1111 | 111 | 110001 | 1000111 |
Color Harmonies of #D99990
Complementary color
Monochromatic Colors of #D99990
Black with #D99990
Text Example
Text Example
White with #D99990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99990; }
p { color: rgb(217,153,144); }
H1.HeaderClassName
{
color: #D99990;
}
.AnyTagClassName
{
color: #D99990;
}
</style>
background-color css
<style>
a { background-color: #D99990; }
a { background-color: rgb(217,153,144); }
div.DivClassName
{
background-color: #D99990;
}
.BgClassName
{
background-color: #D99990;
}
</style>
border-color css
<style>
span { border-color: #D99990; }
span { border-color: rgb(217,153,144); }
td.TdClassName
{
border-color: #D99990;
}
.TagClassName
{
border-color: #D99990;
}
</style>