Shades of Petite Orchid #DA9A9A
Tints of Petite Orchid #DA9A9A
RGB
CMYK
RGB Variations
Color information
#DA9A9A (or 0xDA9A9A) is known color: Petite Orchid. HEX triplet: DA, 9A and 9A. RGB value is (218,154,154). Sum of RGB (Red+Green+Blue) = 218+154+154=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A9A is #256565. Grayscale: #ADADAD. Windows color (decimal): -2450790 or 10132186. OLE color: 10132186.
HSL color Cylindrical-coordinate representation of color #DA9A9A: hue angle of 0º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9A9A is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 154 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.15 |
| HSL | 0º | 0.46% | 0.73% | - |
| HSV(B) | 0º | 0.29% | 0.85% | - |
| XYZ | 46.3 | 40.35 | 35.92 | - |
| YUV | 173.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 154 | 0 | 0.29 | 0.29 | 0.15 | 0 | 0.46 | 0.73 |
| Hex | DA | 9A | 9A | 0 | 1D | 1D | F | 0 | 2E | 49 |
| Octal | 332 | 232 | 232 | 0 | 35 | 35 | 17 | 0 | 56 | 111 |
| Binary | 11011010 | 10011010 | 10011010 | 0 | 11101 | 11101 | 1111 | 0 | 101110 | 1001001 |
Color Harmonies of #DA9A9A
Complementary color
Monochromatic Colors of #DA9A9A
Black with #DA9A9A
Text Example
Text Example
White with #DA9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A9A; }
p { color: rgb(218,154,154); }
H1.HeaderClassName
{
color: #DA9A9A;
}
.AnyTagClassName
{
color: #DA9A9A;
}
</style>
background-color css
<style>
a { background-color: #DA9A9A; }
a { background-color: rgb(218,154,154); }
div.DivClassName
{
background-color: #DA9A9A;
}
.BgClassName
{
background-color: #DA9A9A;
}
</style>
border-color css
<style>
span { border-color: #DA9A9A; }
span { border-color: rgb(218,154,154); }
td.TdClassName
{
border-color: #DA9A9A;
}
.TagClassName
{
border-color: #DA9A9A;
}
</style>