Shades of Petite Orchid #DA9D90
Tints of Petite Orchid #DA9D90
RGB
CMYK
RGB Variations
Color information
#DA9D90 (or 0xDA9D90) is known color: Petite Orchid. HEX triplet: DA, 9D and 90. RGB value is (218,157,144). Sum of RGB (Red+Green+Blue) = 218+157+144=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D90 is #25626F. Grayscale: #ADADAD. Windows color (decimal): -2450032 or 9477594. OLE color: 9477594.
HSL color Cylindrical-coordinate representation of color #DA9D90: hue angle of 10.54º degrees, saturation: 0.5, 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 #DA9D90 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 144 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 10.54º | 0.5% | 0.71% | - |
| HSV(B) | 10.54º | 0.34% | 0.85% | - |
| XYZ | 46 | 41.03 | 31.88 | - |
| YUV | 173.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 144 | 0 | 0.28 | 0.34 | 0.15 | 10.54 | 0.5 | 0.71 |
| Hex | DA | 9D | 90 | 0 | 1C | 22 | F | B | 32 | 47 |
| Octal | 332 | 235 | 220 | 0 | 34 | 42 | 17 | 13 | 62 | 107 |
| Binary | 11011010 | 10011101 | 10010000 | 0 | 11100 | 100010 | 1111 | 1011 | 110010 | 1000111 |
Color Harmonies of #DA9D90
Complementary color
Monochromatic Colors of #DA9D90
Black with #DA9D90
Text Example
Text Example
White with #DA9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D90; }
p { color: rgb(218,157,144); }
H1.HeaderClassName
{
color: #DA9D90;
}
.AnyTagClassName
{
color: #DA9D90;
}
</style>
background-color css
<style>
a { background-color: #DA9D90; }
a { background-color: rgb(218,157,144); }
div.DivClassName
{
background-color: #DA9D90;
}
.BgClassName
{
background-color: #DA9D90;
}
</style>
border-color css
<style>
span { border-color: #DA9D90; }
span { border-color: rgb(218,157,144); }
td.TdClassName
{
border-color: #DA9D90;
}
.TagClassName
{
border-color: #DA9D90;
}
</style>