Shades of Orchid #DB71BD
Tints of Orchid #DB71BD
RGB
CMYK
RGB Variations
Color information
#DB71BD (or 0xDB71BD) is known color: Orchid. HEX triplet: DB, 71 and BD. RGB value is (219,113,189). Sum of RGB (Red+Green+Blue) = 219+113+189=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BD is #248E42. Grayscale: #999999. Windows color (decimal): -2395715 or 12415451. OLE color: 12415451.
HSL color Cylindrical-coordinate representation of color #DB71BD: hue angle of 316.98º 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 #DB71BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.14 |
| HSL | 316.98º | 0.6% | 0.65% | - |
| HSV(B) | 316.98º | 0.48% | 0.86% | - |
| XYZ | 44.3 | 30.54 | 51.7 | - |
| YUV | 153.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 189 | 0 | 0.48 | 0.14 | 0.14 | 316.98 | 0.6 | 0.65 |
| Hex | DB | 71 | BD | 0 | 30 | E | E | 13D | 3C | 41 |
| Octal | 333 | 161 | 275 | 0 | 60 | 16 | 16 | 475 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10111101 | 0 | 110000 | 1110 | 1110 | 100111101 | 111100 | 1000001 |
Color Harmonies of #DB71BD
Complementary color
Monochromatic Colors of #DB71BD
Black with #DB71BD
Text Example
Text Example
White with #DB71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71BD; }
p { color: rgb(219,113,189); }
H1.HeaderClassName
{
color: #DB71BD;
}
.AnyTagClassName
{
color: #DB71BD;
}
</style>
background-color css
<style>
a { background-color: #DB71BD; }
a { background-color: rgb(219,113,189); }
div.DivClassName
{
background-color: #DB71BD;
}
.BgClassName
{
background-color: #DB71BD;
}
</style>
border-color css
<style>
span { border-color: #DB71BD; }
span { border-color: rgb(219,113,189); }
td.TdClassName
{
border-color: #DB71BD;
}
.TagClassName
{
border-color: #DB71BD;
}
</style>