Shades of Petite Orchid #DA9288
Tints of Petite Orchid #DA9288
RGB
CMYK
RGB Variations
Color information
#DA9288 (or 0xDA9288) is known color: Petite Orchid. HEX triplet: DA, 92 and 88. RGB value is (218,146,136). Sum of RGB (Red+Green+Blue) = 218+146+136=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9288 is #256D77. Grayscale: #A6A6A6. Windows color (decimal): -2452856 or 8950490. OLE color: 8950490.
HSL color Cylindrical-coordinate representation of color #DA9288: hue angle of 7.32º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9288 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 136 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.15 |
| HSL | 7.32º | 0.53% | 0.69% | - |
| HSV(B) | 7.32º | 0.38% | 0.85% | - |
| XYZ | 43.64 | 37.24 | 28.18 | - |
| YUV | 166.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 136 | 0 | 0.33 | 0.38 | 0.15 | 7.32 | 0.53 | 0.69 |
| Hex | DA | 92 | 88 | 0 | 21 | 26 | F | 7 | 35 | 45 |
| Octal | 332 | 222 | 210 | 0 | 41 | 46 | 17 | 7 | 65 | 105 |
| Binary | 11011010 | 10010010 | 10001000 | 0 | 100001 | 100110 | 1111 | 111 | 110101 | 1000101 |
Color Harmonies of #DA9288
Complementary color
Monochromatic Colors of #DA9288
Black with #DA9288
Text Example
Text Example
White with #DA9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9288; }
p { color: rgb(218,146,136); }
H1.HeaderClassName
{
color: #DA9288;
}
.AnyTagClassName
{
color: #DA9288;
}
</style>
background-color css
<style>
a { background-color: #DA9288; }
a { background-color: rgb(218,146,136); }
div.DivClassName
{
background-color: #DA9288;
}
.BgClassName
{
background-color: #DA9288;
}
</style>
border-color css
<style>
span { border-color: #DA9288; }
span { border-color: rgb(218,146,136); }
td.TdClassName
{
border-color: #DA9288;
}
.TagClassName
{
border-color: #DA9288;
}
</style>