Shades of Orchid #DB66B9
Tints of Orchid #DB66B9
RGB
CMYK
RGB Variations
Color information
#DB66B9 (or 0xDB66B9) is known color: Orchid. HEX triplet: DB, 66 and B9. RGB value is (219,102,185). Sum of RGB (Red+Green+Blue) = 219+102+185=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B9 is #249946. Grayscale: #929292. Windows color (decimal): -2398535 or 12150491. OLE color: 12150491.
HSL color Cylindrical-coordinate representation of color #DB66B9: hue angle of 317.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66B9 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 185 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.14 |
| HSL | 317.44º | 0.62% | 0.63% | - |
| HSV(B) | 317.44º | 0.53% | 0.86% | - |
| XYZ | 42.72 | 28.07 | 49.06 | - |
| YUV | 146.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 185 | 0 | 0.53 | 0.16 | 0.14 | 317.44 | 0.62 | 0.63 |
| Hex | DB | 66 | B9 | 0 | 35 | 10 | E | 13D | 3E | 3F |
| Octal | 333 | 146 | 271 | 0 | 65 | 20 | 16 | 475 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10111001 | 0 | 110101 | 10000 | 1110 | 100111101 | 111110 | 111111 |
Color Harmonies of #DB66B9
Complementary color
Monochromatic Colors of #DB66B9
Black with #DB66B9
Text Example
Text Example
White with #DB66B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66B9; }
p { color: rgb(219,102,185); }
H1.HeaderClassName
{
color: #DB66B9;
}
.AnyTagClassName
{
color: #DB66B9;
}
</style>
background-color css
<style>
a { background-color: #DB66B9; }
a { background-color: rgb(219,102,185); }
div.DivClassName
{
background-color: #DB66B9;
}
.BgClassName
{
background-color: #DB66B9;
}
</style>
border-color css
<style>
span { border-color: #DB66B9; }
span { border-color: rgb(219,102,185); }
td.TdClassName
{
border-color: #DB66B9;
}
.TagClassName
{
border-color: #DB66B9;
}
</style>