Shades of Petite Orchid #DA998C
Tints of Petite Orchid #DA998C
RGB
CMYK
RGB Variations
Color information
#DA998C (or 0xDA998C) is known color: Petite Orchid. HEX triplet: DA, 99 and 8C. RGB value is (218,153,140). Sum of RGB (Red+Green+Blue) = 218+153+140=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998C is #256673. Grayscale: #ABABAB. Windows color (decimal): -2451060 or 9214426. OLE color: 9214426.
HSL color Cylindrical-coordinate representation of color #DA998C: hue angle of 10º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA998C is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 140 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.15 |
| HSL | 10º | 0.51% | 0.7% | - |
| HSV(B) | 10º | 0.36% | 0.85% | - |
| XYZ | 45.04 | 39.58 | 30.08 | - |
| YUV | 170.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 140 | 0 | 0.30 | 0.36 | 0.15 | 10 | 0.51 | 0.7 |
| Hex | DA | 99 | 8C | 0 | 1E | 24 | F | A | 33 | 46 |
| Octal | 332 | 231 | 214 | 0 | 36 | 44 | 17 | 12 | 63 | 106 |
| Binary | 11011010 | 10011001 | 10001100 | 0 | 11110 | 100100 | 1111 | 1010 | 110011 | 1000110 |
Color Harmonies of #DA998C
Complementary color
Monochromatic Colors of #DA998C
Black with #DA998C
Text Example
Text Example
White with #DA998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA998C; }
p { color: rgb(218,153,140); }
H1.HeaderClassName
{
color: #DA998C;
}
.AnyTagClassName
{
color: #DA998C;
}
</style>
background-color css
<style>
a { background-color: #DA998C; }
a { background-color: rgb(218,153,140); }
div.DivClassName
{
background-color: #DA998C;
}
.BgClassName
{
background-color: #DA998C;
}
</style>
border-color css
<style>
span { border-color: #DA998C; }
span { border-color: rgb(218,153,140); }
td.TdClassName
{
border-color: #DA998C;
}
.TagClassName
{
border-color: #DA998C;
}
</style>