Shades of Petite Orchid #DB908E
Tints of Petite Orchid #DB908E
RGB
CMYK
RGB Variations
Color information
#DB908E (or 0xDB908E) is known color: Petite Orchid. HEX triplet: DB, 90 and 8E. RGB value is (219,144,142). Sum of RGB (Red+Green+Blue) = 219+144+142=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB908E is #246F71. Grayscale: #A6A6A6. Windows color (decimal): -2387826 or 9343195. OLE color: 9343195.
HSL color Cylindrical-coordinate representation of color #DB908E: hue angle of 1.56º 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 #DB908E is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 142 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.14 |
| HSL | 1.56º | 0.52% | 0.71% | - |
| HSV(B) | 1.56º | 0.35% | 0.86% | - |
| XYZ | 44.07 | 36.96 | 30.4 | - |
| YUV | 166.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 142 | 0 | 0.34 | 0.35 | 0.14 | 1.56 | 0.52 | 0.71 |
| Hex | DB | 90 | 8E | 0 | 22 | 23 | E | 2 | 34 | 47 |
| Octal | 333 | 220 | 216 | 0 | 42 | 43 | 16 | 2 | 64 | 107 |
| Binary | 11011011 | 10010000 | 10001110 | 0 | 100010 | 100011 | 1110 | 10 | 110100 | 1000111 |
Color Harmonies of #DB908E
Complementary color
Monochromatic Colors of #DB908E
Black with #DB908E
Text Example
Text Example
White with #DB908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB908E; }
p { color: rgb(219,144,142); }
H1.HeaderClassName
{
color: #DB908E;
}
.AnyTagClassName
{
color: #DB908E;
}
</style>
background-color css
<style>
a { background-color: #DB908E; }
a { background-color: rgb(219,144,142); }
div.DivClassName
{
background-color: #DB908E;
}
.BgClassName
{
background-color: #DB908E;
}
</style>
border-color css
<style>
span { border-color: #DB908E; }
span { border-color: rgb(219,144,142); }
td.TdClassName
{
border-color: #DB908E;
}
.TagClassName
{
border-color: #DB908E;
}
</style>