Shades of Petite Orchid #DA998F
Tints of Petite Orchid #DA998F
RGB
CMYK
RGB Variations
Color information
#DA998F (or 0xDA998F) is known color: Petite Orchid. HEX triplet: DA, 99 and 8F. RGB value is (218,153,143). Sum of RGB (Red+Green+Blue) = 218+153+143=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998F is #256670. Grayscale: #ABABAB. Windows color (decimal): -2451057 or 9411034. OLE color: 9411034.
HSL color Cylindrical-coordinate representation of color #DA998F: hue angle of 8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA998F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 143 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.15 |
| HSL | 8º | 0.5% | 0.71% | - |
| HSV(B) | 8º | 0.34% | 0.85% | - |
| XYZ | 45.26 | 39.67 | 31.26 | - |
| YUV | 171.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 143 | 0 | 0.30 | 0.34 | 0.15 | 8 | 0.5 | 0.71 |
| Hex | DA | 99 | 8F | 0 | 1E | 22 | F | 8 | 32 | 47 |
| Octal | 332 | 231 | 217 | 0 | 36 | 42 | 17 | 10 | 62 | 107 |
| Binary | 11011010 | 10011001 | 10001111 | 0 | 11110 | 100010 | 1111 | 1000 | 110010 | 1000111 |
Color Harmonies of #DA998F
Complementary color
Monochromatic Colors of #DA998F
Black with #DA998F
Text Example
Text Example
White with #DA998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA998F; }
p { color: rgb(218,153,143); }
H1.HeaderClassName
{
color: #DA998F;
}
.AnyTagClassName
{
color: #DA998F;
}
</style>
background-color css
<style>
a { background-color: #DA998F; }
a { background-color: rgb(218,153,143); }
div.DivClassName
{
background-color: #DA998F;
}
.BgClassName
{
background-color: #DA998F;
}
</style>
border-color css
<style>
span { border-color: #DA998F; }
span { border-color: rgb(218,153,143); }
td.TdClassName
{
border-color: #DA998F;
}
.TagClassName
{
border-color: #DA998F;
}
</style>