Shades of Petite Orchid #DB998E
Tints of Petite Orchid #DB998E
RGB
CMYK
RGB Variations
Color information
#DB998E (or 0xDB998E) is known color: Petite Orchid. HEX triplet: DB, 99 and 8E. RGB value is (219,153,142). Sum of RGB (Red+Green+Blue) = 219+153+142=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB998E is #246671. Grayscale: #ABABAB. Windows color (decimal): -2385522 or 9345499. OLE color: 9345499.
HSL color Cylindrical-coordinate representation of color #DB998E: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB998E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 142 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.14 |
| HSL | 8.57º | 0.52% | 0.71% | - |
| HSV(B) | 8.57º | 0.35% | 0.86% | - |
| XYZ | 45.49 | 39.8 | 30.88 | - |
| YUV | 171.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 142 | 0 | 0.30 | 0.35 | 0.14 | 8.57 | 0.52 | 0.71 |
| Hex | DB | 99 | 8E | 0 | 1E | 23 | E | 9 | 34 | 47 |
| Octal | 333 | 231 | 216 | 0 | 36 | 43 | 16 | 11 | 64 | 107 |
| Binary | 11011011 | 10011001 | 10001110 | 0 | 11110 | 100011 | 1110 | 1001 | 110100 | 1000111 |
Color Harmonies of #DB998E
Complementary color
Monochromatic Colors of #DB998E
Black with #DB998E
Text Example
Text Example
White with #DB998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB998E; }
p { color: rgb(219,153,142); }
H1.HeaderClassName
{
color: #DB998E;
}
.AnyTagClassName
{
color: #DB998E;
}
</style>
background-color css
<style>
a { background-color: #DB998E; }
a { background-color: rgb(219,153,142); }
div.DivClassName
{
background-color: #DB998E;
}
.BgClassName
{
background-color: #DB998E;
}
</style>
border-color css
<style>
span { border-color: #DB998E; }
span { border-color: rgb(219,153,142); }
td.TdClassName
{
border-color: #DB998E;
}
.TagClassName
{
border-color: #DB998E;
}
</style>