Shades of Petite Orchid #DA9A93
Tints of Petite Orchid #DA9A93
RGB
CMYK
RGB Variations
Color information
#DA9A93 (or 0xDA9A93) is known color: Petite Orchid. HEX triplet: DA, 9A and 93. RGB value is (218,154,147). Sum of RGB (Red+Green+Blue) = 218+154+147=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A93 is #25656C. Grayscale: #ACACAC. Windows color (decimal): -2450797 or 9673434. OLE color: 9673434.
HSL color Cylindrical-coordinate representation of color #DA9A93: hue angle of 5.92º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9A93 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 147 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.15 |
| HSL | 5.92º | 0.49% | 0.72% | - |
| HSV(B) | 5.92º | 0.33% | 0.85% | - |
| XYZ | 45.74 | 40.12 | 32.94 | - |
| YUV | 172.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 147 | 0 | 0.29 | 0.33 | 0.15 | 5.92 | 0.49 | 0.72 |
| Hex | DA | 9A | 93 | 0 | 1D | 21 | F | 6 | 31 | 48 |
| Octal | 332 | 232 | 223 | 0 | 35 | 41 | 17 | 6 | 61 | 110 |
| Binary | 11011010 | 10011010 | 10010011 | 0 | 11101 | 100001 | 1111 | 110 | 110001 | 1001000 |
Color Harmonies of #DA9A93
Complementary color
Monochromatic Colors of #DA9A93
Black with #DA9A93
Text Example
Text Example
White with #DA9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A93; }
p { color: rgb(218,154,147); }
H1.HeaderClassName
{
color: #DA9A93;
}
.AnyTagClassName
{
color: #DA9A93;
}
</style>
background-color css
<style>
a { background-color: #DA9A93; }
a { background-color: rgb(218,154,147); }
div.DivClassName
{
background-color: #DA9A93;
}
.BgClassName
{
background-color: #DA9A93;
}
</style>
border-color css
<style>
span { border-color: #DA9A93; }
span { border-color: rgb(218,154,147); }
td.TdClassName
{
border-color: #DA9A93;
}
.TagClassName
{
border-color: #DA9A93;
}
</style>