Shades of Petite Orchid #DB938F
Tints of Petite Orchid #DB938F
RGB
CMYK
RGB Variations
Color information
#DB938F (or 0xDB938F) is known color: Petite Orchid. HEX triplet: DB, 93 and 8F. RGB value is (219,147,143). Sum of RGB (Red+Green+Blue) = 219+147+143=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB938F is #246C70. Grayscale: #A8A8A8. Windows color (decimal): -2387057 or 9409499. OLE color: 9409499.
HSL color Cylindrical-coordinate representation of color #DB938F: hue angle of 3.16º 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 #DB938F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 143 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.14 |
| HSL | 3.16º | 0.51% | 0.71% | - |
| HSV(B) | 3.16º | 0.35% | 0.86% | - |
| XYZ | 44.61 | 37.91 | 30.95 | - |
| YUV | 168.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 143 | 0 | 0.33 | 0.35 | 0.14 | 3.16 | 0.51 | 0.71 |
| Hex | DB | 93 | 8F | 0 | 21 | 23 | E | 3 | 33 | 47 |
| Octal | 333 | 223 | 217 | 0 | 41 | 43 | 16 | 3 | 63 | 107 |
| Binary | 11011011 | 10010011 | 10001111 | 0 | 100001 | 100011 | 1110 | 11 | 110011 | 1000111 |
Color Harmonies of #DB938F
Complementary color
Monochromatic Colors of #DB938F
Black with #DB938F
Text Example
Text Example
White with #DB938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB938F; }
p { color: rgb(219,147,143); }
H1.HeaderClassName
{
color: #DB938F;
}
.AnyTagClassName
{
color: #DB938F;
}
</style>
background-color css
<style>
a { background-color: #DB938F; }
a { background-color: rgb(219,147,143); }
div.DivClassName
{
background-color: #DB938F;
}
.BgClassName
{
background-color: #DB938F;
}
</style>
border-color css
<style>
span { border-color: #DB938F; }
span { border-color: rgb(219,147,143); }
td.TdClassName
{
border-color: #DB938F;
}
.TagClassName
{
border-color: #DB938F;
}
</style>