Shades of Orchid #DB70BB
Tints of Orchid #DB70BB
RGB
CMYK
RGB Variations
Color information
#DB70BB (or 0xDB70BB) is known color: Orchid. HEX triplet: DB, 70 and BB. RGB value is (219,112,187). Sum of RGB (Red+Green+Blue) = 219+112+187=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BB is #248F44. Grayscale: #989898. Windows color (decimal): -2395973 or 12284123. OLE color: 12284123.
HSL color Cylindrical-coordinate representation of color #DB70BB: hue angle of 317.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70BB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 187 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.14 |
| HSL | 317.94º | 0.6% | 0.65% | - |
| HSV(B) | 317.94º | 0.49% | 0.86% | - |
| XYZ | 43.98 | 30.24 | 50.53 | - |
| YUV | 152.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 187 | 0 | 0.49 | 0.15 | 0.14 | 317.94 | 0.6 | 0.65 |
| Hex | DB | 70 | BB | 0 | 31 | F | E | 13E | 3C | 41 |
| Octal | 333 | 160 | 273 | 0 | 61 | 17 | 16 | 476 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10111011 | 0 | 110001 | 1111 | 1110 | 100111110 | 111100 | 1000001 |
Color Harmonies of #DB70BB
Complementary color
Monochromatic Colors of #DB70BB
Black with #DB70BB
Text Example
Text Example
White with #DB70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70BB; }
p { color: rgb(219,112,187); }
H1.HeaderClassName
{
color: #DB70BB;
}
.AnyTagClassName
{
color: #DB70BB;
}
</style>
background-color css
<style>
a { background-color: #DB70BB; }
a { background-color: rgb(219,112,187); }
div.DivClassName
{
background-color: #DB70BB;
}
.BgClassName
{
background-color: #DB70BB;
}
</style>
border-color css
<style>
span { border-color: #DB70BB; }
span { border-color: rgb(219,112,187); }
td.TdClassName
{
border-color: #DB70BB;
}
.TagClassName
{
border-color: #DB70BB;
}
</style>