Shades of Petite Orchid #DA9892
Tints of Petite Orchid #DA9892
RGB
CMYK
RGB Variations
Color information
#DA9892 (or 0xDA9892) is known color: Petite Orchid. HEX triplet: DA, 98 and 92. RGB value is (218,152,146). Sum of RGB (Red+Green+Blue) = 218+152+146=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9892 is #25676D. Grayscale: #ABABAB. Windows color (decimal): -2451310 or 9607386. OLE color: 9607386.
HSL color Cylindrical-coordinate representation of color #DA9892: hue angle of 5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9892 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 146 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.15 |
| HSL | 5º | 0.49% | 0.71% | - |
| HSV(B) | 5º | 0.33% | 0.85% | - |
| XYZ | 45.33 | 39.44 | 32.42 | - |
| YUV | 171.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 146 | 0 | 0.30 | 0.33 | 0.15 | 5 | 0.49 | 0.71 |
| Hex | DA | 98 | 92 | 0 | 1E | 21 | F | 5 | 31 | 47 |
| Octal | 332 | 230 | 222 | 0 | 36 | 41 | 17 | 5 | 61 | 107 |
| Binary | 11011010 | 10011000 | 10010010 | 0 | 11110 | 100001 | 1111 | 101 | 110001 | 1000111 |
Color Harmonies of #DA9892
Complementary color
Monochromatic Colors of #DA9892
Black with #DA9892
Text Example
Text Example
White with #DA9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9892; }
p { color: rgb(218,152,146); }
H1.HeaderClassName
{
color: #DA9892;
}
.AnyTagClassName
{
color: #DA9892;
}
</style>
background-color css
<style>
a { background-color: #DA9892; }
a { background-color: rgb(218,152,146); }
div.DivClassName
{
background-color: #DA9892;
}
.BgClassName
{
background-color: #DA9892;
}
</style>
border-color css
<style>
span { border-color: #DA9892; }
span { border-color: rgb(218,152,146); }
td.TdClassName
{
border-color: #DA9892;
}
.TagClassName
{
border-color: #DA9892;
}
</style>