Shades of Petite Orchid #DB958F
Tints of Petite Orchid #DB958F
RGB
CMYK
RGB Variations
Color information
#DB958F (or 0xDB958F) is known color: Petite Orchid. HEX triplet: DB, 95 and 8F. RGB value is (219,149,143). Sum of RGB (Red+Green+Blue) = 219+149+143=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958F is #246A70. Grayscale: #A9A9A9. Windows color (decimal): -2386545 or 9410011. OLE color: 9410011.
HSL color Cylindrical-coordinate representation of color #DB958F: hue angle of 4.74º 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 #DB958F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 143 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.14 |
| HSL | 4.74º | 0.51% | 0.71% | - |
| HSV(B) | 4.74º | 0.35% | 0.86% | - |
| XYZ | 44.92 | 38.54 | 31.06 | - |
| YUV | 169.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 143 | 0 | 0.32 | 0.35 | 0.14 | 4.74 | 0.51 | 0.71 |
| Hex | DB | 95 | 8F | 0 | 20 | 23 | E | 5 | 33 | 47 |
| Octal | 333 | 225 | 217 | 0 | 40 | 43 | 16 | 5 | 63 | 107 |
| Binary | 11011011 | 10010101 | 10001111 | 0 | 100000 | 100011 | 1110 | 101 | 110011 | 1000111 |
Color Harmonies of #DB958F
Complementary color
Monochromatic Colors of #DB958F
Black with #DB958F
Text Example
Text Example
White with #DB958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB958F; }
p { color: rgb(219,149,143); }
H1.HeaderClassName
{
color: #DB958F;
}
.AnyTagClassName
{
color: #DB958F;
}
</style>
background-color css
<style>
a { background-color: #DB958F; }
a { background-color: rgb(219,149,143); }
div.DivClassName
{
background-color: #DB958F;
}
.BgClassName
{
background-color: #DB958F;
}
</style>
border-color css
<style>
span { border-color: #DB958F; }
span { border-color: rgb(219,149,143); }
td.TdClassName
{
border-color: #DB958F;
}
.TagClassName
{
border-color: #DB958F;
}
</style>