Shades of Orchid #DB71BF
Tints of Orchid #DB71BF
RGB
CMYK
RGB Variations
Color information
#DB71BF (or 0xDB71BF) is known color: Orchid. HEX triplet: DB, 71 and BF. RGB value is (219,113,191). Sum of RGB (Red+Green+Blue) = 219+113+191=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BF is #248E40. Grayscale: #999999. Windows color (decimal): -2395713 or 12546523. OLE color: 12546523.
HSL color Cylindrical-coordinate representation of color #DB71BF: hue angle of 315.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71BF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 191 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.14 |
| HSL | 315.85º | 0.6% | 0.65% | - |
| HSV(B) | 315.85º | 0.48% | 0.86% | - |
| XYZ | 44.52 | 30.63 | 52.86 | - |
| YUV | 153.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 191 | 0 | 0.48 | 0.13 | 0.14 | 315.85 | 0.6 | 0.65 |
| Hex | DB | 71 | BF | 0 | 30 | D | E | 13C | 3C | 41 |
| Octal | 333 | 161 | 277 | 0 | 60 | 15 | 16 | 474 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10111111 | 0 | 110000 | 1101 | 1110 | 100111100 | 111100 | 1000001 |
Color Harmonies of #DB71BF
Complementary color
Monochromatic Colors of #DB71BF
Black with #DB71BF
Text Example
Text Example
White with #DB71BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71BF; }
p { color: rgb(219,113,191); }
H1.HeaderClassName
{
color: #DB71BF;
}
.AnyTagClassName
{
color: #DB71BF;
}
</style>
background-color css
<style>
a { background-color: #DB71BF; }
a { background-color: rgb(219,113,191); }
div.DivClassName
{
background-color: #DB71BF;
}
.BgClassName
{
background-color: #DB71BF;
}
</style>
border-color css
<style>
span { border-color: #DB71BF; }
span { border-color: rgb(219,113,191); }
td.TdClassName
{
border-color: #DB71BF;
}
.TagClassName
{
border-color: #DB71BF;
}
</style>