Shades of Petite Orchid #DA9090
Tints of Petite Orchid #DA9090
RGB
CMYK
RGB Variations
Color information
#DA9090 (or 0xDA9090) is known color: Petite Orchid. HEX triplet: DA, 90 and 90. RGB value is (218,144,144). Sum of RGB (Red+Green+Blue) = 218+144+144=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9090 is #256F6F. Grayscale: #A6A6A6. Windows color (decimal): -2453360 or 9474266. OLE color: 9474266.
HSL color Cylindrical-coordinate representation of color #DA9090: hue angle of 0º 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 #DA9090 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 144 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.15 |
| HSL | 0º | 0.5% | 0.71% | - |
| HSV(B) | 0º | 0.34% | 0.85% | - |
| XYZ | 43.92 | 36.87 | 31.19 | - |
| YUV | 166.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 144 | 0 | 0.34 | 0.34 | 0.15 | 0 | 0.5 | 0.71 |
| Hex | DA | 90 | 90 | 0 | 22 | 22 | F | 0 | 32 | 47 |
| Octal | 332 | 220 | 220 | 0 | 42 | 42 | 17 | 0 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10010000 | 0 | 100010 | 100010 | 1111 | 0 | 110010 | 1000111 |
Color Harmonies of #DA9090
Complementary color
Monochromatic Colors of #DA9090
Black with #DA9090
Text Example
Text Example
White with #DA9090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9090; }
p { color: rgb(218,144,144); }
H1.HeaderClassName
{
color: #DA9090;
}
.AnyTagClassName
{
color: #DA9090;
}
</style>
background-color css
<style>
a { background-color: #DA9090; }
a { background-color: rgb(218,144,144); }
div.DivClassName
{
background-color: #DA9090;
}
.BgClassName
{
background-color: #DA9090;
}
</style>
border-color css
<style>
span { border-color: #DA9090; }
span { border-color: rgb(218,144,144); }
td.TdClassName
{
border-color: #DA9090;
}
.TagClassName
{
border-color: #DA9090;
}
</style>