Shades of Petite Orchid #DA9C90
Tints of Petite Orchid #DA9C90
RGB
CMYK
RGB Variations
Color information
#DA9C90 (or 0xDA9C90) is known color: Petite Orchid. HEX triplet: DA, 9C and 90. RGB value is (218,156,144). Sum of RGB (Red+Green+Blue) = 218+156+144=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C90 is #25636F. Grayscale: #ADADAD. Windows color (decimal): -2450288 or 9477338. OLE color: 9477338.
HSL color Cylindrical-coordinate representation of color #DA9C90: hue angle of 9.73º 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 #DA9C90 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 144 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 9.73º | 0.5% | 0.71% | - |
| HSV(B) | 9.73º | 0.34% | 0.85% | - |
| XYZ | 45.84 | 40.7 | 31.82 | - |
| YUV | 173.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 144 | 0 | 0.28 | 0.34 | 0.15 | 9.73 | 0.5 | 0.71 |
| Hex | DA | 9C | 90 | 0 | 1C | 22 | F | A | 32 | 47 |
| Octal | 332 | 234 | 220 | 0 | 34 | 42 | 17 | 12 | 62 | 107 |
| Binary | 11011010 | 10011100 | 10010000 | 0 | 11100 | 100010 | 1111 | 1010 | 110010 | 1000111 |
Color Harmonies of #DA9C90
Complementary color
Monochromatic Colors of #DA9C90
Black with #DA9C90
Text Example
Text Example
White with #DA9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C90; }
p { color: rgb(218,156,144); }
H1.HeaderClassName
{
color: #DA9C90;
}
.AnyTagClassName
{
color: #DA9C90;
}
</style>
background-color css
<style>
a { background-color: #DA9C90; }
a { background-color: rgb(218,156,144); }
div.DivClassName
{
background-color: #DA9C90;
}
.BgClassName
{
background-color: #DA9C90;
}
</style>
border-color css
<style>
span { border-color: #DA9C90; }
span { border-color: rgb(218,156,144); }
td.TdClassName
{
border-color: #DA9C90;
}
.TagClassName
{
border-color: #DA9C90;
}
</style>