Shades of Petite Orchid #DB9F9F
Tints of Petite Orchid #DB9F9F
RGB
CMYK
RGB Variations
Color information
#DB9F9F (or 0xDB9F9F) is known color: Petite Orchid. HEX triplet: DB, 9F and 9F. RGB value is (219,159,159). Sum of RGB (Red+Green+Blue) = 219+159+159=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F9F is #246060. Grayscale: #B1B1B1. Windows color (decimal): -2383969 or 10461147. OLE color: 10461147.
HSL color Cylindrical-coordinate representation of color #DB9F9F: hue angle of 0º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9F9F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 159 | - |
CMYK | 0 | 0.27 | 0.27 | 0.14 |
HSL | 0º | 0.45% | 0.74% | - |
HSV(B) | 0º | 0.27% | 0.86% | - |
XYZ | 47.87 | 42.36 | 38.45 | - |
YUV | 176.94 | 117.88 | 158 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 159 | 0 | 0.27 | 0.27 | 0.14 | 0 | 0.45 | 0.74 |
Hex | DB | 9F | 9F | 0 | 1B | 1B | E | 0 | 2D | 4A |
Octal | 333 | 237 | 237 | 0 | 33 | 33 | 16 | 0 | 55 | 112 |
Binary | 11011011 | 10011111 | 10011111 | 0 | 11011 | 11011 | 1110 | 0 | 101101 | 1001010 |
Color Harmonies of #DB9F9F
Complementary color
Monochromatic Colors of #DB9F9F
Black with #DB9F9F
Text Example
Text Example
White with #DB9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F9F; }
p { color: rgb(219,159,159); }
H1.HeaderClassName
{
color: #DB9F9F;
}
.AnyTagClassName
{
color: #DB9F9F;
}
</style>
background-color css
<style>
a { background-color: #DB9F9F; }
a { background-color: rgb(219,159,159); }
div.DivClassName
{
background-color: #DB9F9F;
}
.BgClassName
{
background-color: #DB9F9F;
}
</style>
border-color css
<style>
span { border-color: #DB9F9F; }
span { border-color: rgb(219,159,159); }
td.TdClassName
{
border-color: #DB9F9F;
}
.TagClassName
{
border-color: #DB9F9F;
}
</style>