Shades of Petite Orchid #DA9999
Tints of Petite Orchid #DA9999
RGB
CMYK
RGB Variations
Color information
#DA9999 (or 0xDA9999) is known color: Petite Orchid. HEX triplet: DA, 99 and 99. RGB value is (218,153,153). Sum of RGB (Red+Green+Blue) = 218+153+153=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9999 is #256666. Grayscale: #ACACAC. Windows color (decimal): -2451047 or 10066394. OLE color: 10066394.
HSL color Cylindrical-coordinate representation of color #DA9999: hue angle of 0º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9999 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 153 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.15 |
| HSL | 0º | 0.47% | 0.73% | - |
| HSV(B) | 0º | 0.3% | 0.85% | - |
| XYZ | 46.05 | 39.99 | 35.43 | - |
| YUV | 172.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 153 | 0 | 0.30 | 0.30 | 0.15 | 0 | 0.47 | 0.73 |
| Hex | DA | 99 | 99 | 0 | 1E | 1E | F | 0 | 2F | 49 |
| Octal | 332 | 231 | 231 | 0 | 36 | 36 | 17 | 0 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10011001 | 0 | 11110 | 11110 | 1111 | 0 | 101111 | 1001001 |
Color Harmonies of #DA9999
Complementary color
Monochromatic Colors of #DA9999
Black with #DA9999
Text Example
Text Example
White with #DA9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9999; }
p { color: rgb(218,153,153); }
H1.HeaderClassName
{
color: #DA9999;
}
.AnyTagClassName
{
color: #DA9999;
}
</style>
background-color css
<style>
a { background-color: #DA9999; }
a { background-color: rgb(218,153,153); }
div.DivClassName
{
background-color: #DA9999;
}
.BgClassName
{
background-color: #DA9999;
}
</style>
border-color css
<style>
span { border-color: #DA9999; }
span { border-color: rgb(218,153,153); }
td.TdClassName
{
border-color: #DA9999;
}
.TagClassName
{
border-color: #DA9999;
}
</style>