Shades of Petite Orchid #DA9A90
Tints of Petite Orchid #DA9A90
RGB
CMYK
RGB Variations
Color information
#DA9A90 (or 0xDA9A90) is known color: Petite Orchid. HEX triplet: DA, 9A and 90. RGB value is (218,154,144). Sum of RGB (Red+Green+Blue) = 218+154+144=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A90 is #25656F. Grayscale: #ACACAC. Windows color (decimal): -2450800 or 9476826. OLE color: 9476826.
HSL color Cylindrical-coordinate representation of color #DA9A90: hue angle of 8.11º 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 #DA9A90 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 144 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.15 |
| HSL | 8.11º | 0.5% | 0.71% | - |
| HSV(B) | 8.11º | 0.34% | 0.85% | - |
| XYZ | 45.5 | 40.03 | 31.71 | - |
| YUV | 172 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 144 | 0 | 0.29 | 0.34 | 0.15 | 8.11 | 0.5 | 0.71 |
| Hex | DA | 9A | 90 | 0 | 1D | 22 | F | 8 | 32 | 47 |
| Octal | 332 | 232 | 220 | 0 | 35 | 42 | 17 | 10 | 62 | 107 |
| Binary | 11011010 | 10011010 | 10010000 | 0 | 11101 | 100010 | 1111 | 1000 | 110010 | 1000111 |
Color Harmonies of #DA9A90
Complementary color
Monochromatic Colors of #DA9A90
Black with #DA9A90
Text Example
Text Example
White with #DA9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A90; }
p { color: rgb(218,154,144); }
H1.HeaderClassName
{
color: #DA9A90;
}
.AnyTagClassName
{
color: #DA9A90;
}
</style>
background-color css
<style>
a { background-color: #DA9A90; }
a { background-color: rgb(218,154,144); }
div.DivClassName
{
background-color: #DA9A90;
}
.BgClassName
{
background-color: #DA9A90;
}
</style>
border-color css
<style>
span { border-color: #DA9A90; }
span { border-color: rgb(218,154,144); }
td.TdClassName
{
border-color: #DA9A90;
}
.TagClassName
{
border-color: #DA9A90;
}
</style>