Shades of Petite Orchid #DB918F
Tints of Petite Orchid #DB918F
RGB
CMYK
RGB Variations
Color information
#DB918F (or 0xDB918F) is known color: Petite Orchid. HEX triplet: DB, 91 and 8F. RGB value is (219,145,143). Sum of RGB (Red+Green+Blue) = 219+145+143=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB918F is #246E70. Grayscale: #A6A6A6. Windows color (decimal): -2387569 or 9408987. OLE color: 9408987.
HSL color Cylindrical-coordinate representation of color #DB918F: hue angle of 1.58º degrees, saturation: 0.51, 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 #DB918F is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 143 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.14 |
| HSL | 1.58º | 0.51% | 0.71% | - |
| HSV(B) | 1.58º | 0.35% | 0.86% | - |
| XYZ | 44.3 | 37.29 | 30.85 | - |
| YUV | 166.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 143 | 0 | 0.34 | 0.35 | 0.14 | 1.58 | 0.51 | 0.71 |
| Hex | DB | 91 | 8F | 0 | 22 | 23 | E | 2 | 33 | 47 |
| Octal | 333 | 221 | 217 | 0 | 42 | 43 | 16 | 2 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10001111 | 0 | 100010 | 100011 | 1110 | 10 | 110011 | 1000111 |
Color Harmonies of #DB918F
Complementary color
Monochromatic Colors of #DB918F
Black with #DB918F
Text Example
Text Example
White with #DB918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB918F; }
p { color: rgb(219,145,143); }
H1.HeaderClassName
{
color: #DB918F;
}
.AnyTagClassName
{
color: #DB918F;
}
</style>
background-color css
<style>
a { background-color: #DB918F; }
a { background-color: rgb(219,145,143); }
div.DivClassName
{
background-color: #DB918F;
}
.BgClassName
{
background-color: #DB918F;
}
</style>
border-color css
<style>
span { border-color: #DB918F; }
span { border-color: rgb(219,145,143); }
td.TdClassName
{
border-color: #DB918F;
}
.TagClassName
{
border-color: #DB918F;
}
</style>