Shades of Petite Orchid #DB8D8D
Tints of Petite Orchid #DB8D8D
RGB
CMYK
RGB Variations
Color information
#DB8D8D (or 0xDB8D8D) is known color: Petite Orchid. HEX triplet: DB, 8D and 8D. RGB value is (219,141,141). Sum of RGB (Red+Green+Blue) = 219+141+141=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D8D is #247272. Grayscale: #A4A4A4. Windows color (decimal): -2388595 or 9276891. OLE color: 9276891.
HSL color Cylindrical-coordinate representation of color #DB8D8D: hue angle of 0º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D8D is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 141 | 141 | - |
CMYK | 0 | 0.36 | 0.36 | 0.14 |
HSL | 0º | 0.52% | 0.71% | - |
HSV(B) | 0º | 0.36% | 0.86% | - |
XYZ | 43.55 | 36.03 | 29.86 | - |
YUV | 164.32 | 114.84 | 167 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 141 | 141 | 0 | 0.36 | 0.36 | 0.14 | 0 | 0.52 | 0.71 |
Hex | DB | 8D | 8D | 0 | 24 | 24 | E | 0 | 34 | 47 |
Octal | 333 | 215 | 215 | 0 | 44 | 44 | 16 | 0 | 64 | 107 |
Binary | 11011011 | 10001101 | 10001101 | 0 | 100100 | 100100 | 1110 | 0 | 110100 | 1000111 |
Color Harmonies of #DB8D8D
Complementary color
Monochromatic Colors of #DB8D8D
Black with #DB8D8D
Text Example
Text Example
White with #DB8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D8D; }
p { color: rgb(219,141,141); }
H1.HeaderClassName
{
color: #DB8D8D;
}
.AnyTagClassName
{
color: #DB8D8D;
}
</style>
background-color css
<style>
a { background-color: #DB8D8D; }
a { background-color: rgb(219,141,141); }
div.DivClassName
{
background-color: #DB8D8D;
}
.BgClassName
{
background-color: #DB8D8D;
}
</style>
border-color css
<style>
span { border-color: #DB8D8D; }
span { border-color: rgb(219,141,141); }
td.TdClassName
{
border-color: #DB8D8D;
}
.TagClassName
{
border-color: #DB8D8D;
}
</style>