Shades of Petite Orchid #DB948B
Tints of Petite Orchid #DB948B
RGB
CMYK
RGB Variations
Color information
#DB948B (or 0xDB948B) is known color: Petite Orchid. HEX triplet: DB, 94 and 8B. RGB value is (219,148,139). Sum of RGB (Red+Green+Blue) = 219+148+139=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB948B is #246B74. Grayscale: #A8A8A8. Windows color (decimal): -2386805 or 9147611. OLE color: 9147611.
HSL color Cylindrical-coordinate representation of color #DB948B: hue angle of 6.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB948B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 139 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.14 |
| HSL | 6.75º | 0.53% | 0.7% | - |
| HSV(B) | 6.75º | 0.37% | 0.86% | - |
| XYZ | 44.46 | 38.1 | 29.44 | - |
| YUV | 168.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 139 | 0 | 0.32 | 0.37 | 0.14 | 6.75 | 0.53 | 0.7 |
| Hex | DB | 94 | 8B | 0 | 20 | 25 | E | 7 | 35 | 46 |
| Octal | 333 | 224 | 213 | 0 | 40 | 45 | 16 | 7 | 65 | 106 |
| Binary | 11011011 | 10010100 | 10001011 | 0 | 100000 | 100101 | 1110 | 111 | 110101 | 1000110 |
Color Harmonies of #DB948B
Complementary color
Monochromatic Colors of #DB948B
Black with #DB948B
Text Example
Text Example
White with #DB948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB948B; }
p { color: rgb(219,148,139); }
H1.HeaderClassName
{
color: #DB948B;
}
.AnyTagClassName
{
color: #DB948B;
}
</style>
background-color css
<style>
a { background-color: #DB948B; }
a { background-color: rgb(219,148,139); }
div.DivClassName
{
background-color: #DB948B;
}
.BgClassName
{
background-color: #DB948B;
}
</style>
border-color css
<style>
span { border-color: #DB948B; }
span { border-color: rgb(219,148,139); }
td.TdClassName
{
border-color: #DB948B;
}
.TagClassName
{
border-color: #DB948B;
}
</style>