Shades of Petite Orchid #DA998B
Tints of Petite Orchid #DA998B
RGB
CMYK
RGB Variations
Color information
#DA998B (or 0xDA998B) is known color: Petite Orchid. HEX triplet: DA, 99 and 8B. RGB value is (218,153,139). Sum of RGB (Red+Green+Blue) = 218+153+139=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998B is #256674. Grayscale: #AAAAAA. Windows color (decimal): -2451061 or 9148890. OLE color: 9148890.
HSL color Cylindrical-coordinate representation of color #DA998B: hue angle of 10.63º degrees, saturation: 0.52, 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 #DA998B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 139 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.15 |
| HSL | 10.63º | 0.52% | 0.7% | - |
| HSV(B) | 10.63º | 0.36% | 0.85% | - |
| XYZ | 44.96 | 39.55 | 29.69 | - |
| YUV | 170.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 139 | 0 | 0.30 | 0.36 | 0.15 | 10.63 | 0.52 | 0.7 |
| Hex | DA | 99 | 8B | 0 | 1E | 24 | F | B | 34 | 46 |
| Octal | 332 | 231 | 213 | 0 | 36 | 44 | 17 | 13 | 64 | 106 |
| Binary | 11011010 | 10011001 | 10001011 | 0 | 11110 | 100100 | 1111 | 1011 | 110100 | 1000110 |
Color Harmonies of #DA998B
Complementary color
Monochromatic Colors of #DA998B
Black with #DA998B
Text Example
Text Example
White with #DA998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA998B; }
p { color: rgb(218,153,139); }
H1.HeaderClassName
{
color: #DA998B;
}
.AnyTagClassName
{
color: #DA998B;
}
</style>
background-color css
<style>
a { background-color: #DA998B; }
a { background-color: rgb(218,153,139); }
div.DivClassName
{
background-color: #DA998B;
}
.BgClassName
{
background-color: #DA998B;
}
</style>
border-color css
<style>
span { border-color: #DA998B; }
span { border-color: rgb(218,153,139); }
td.TdClassName
{
border-color: #DA998B;
}
.TagClassName
{
border-color: #DA998B;
}
</style>