Shades of Orchid #DB69D5
Tints of Orchid #DB69D5
RGB
CMYK
RGB Variations
Color information
#DB69D5 (or 0xDB69D5) is known color: Orchid. HEX triplet: DB, 69 and D5. RGB value is (219,105,213). Sum of RGB (Red+Green+Blue) = 219+105+213=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69D5 is #24962A. Grayscale: #979797. Windows color (decimal): -2397739 or 13986267. OLE color: 13986267.
HSL color Cylindrical-coordinate representation of color #DB69D5: hue angle of 303.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69D5 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 213 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.14 |
| HSL | 303.16º | 0.61% | 0.64% | - |
| HSV(B) | 303.16º | 0.52% | 0.86% | - |
| XYZ | 46.28 | 29.97 | 66.3 | - |
| YUV | 151.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 213 | 0 | 0.52 | 0.03 | 0.14 | 303.16 | 0.61 | 0.64 |
| Hex | DB | 69 | D5 | 0 | 34 | 3 | E | 12F | 3D | 40 |
| Octal | 333 | 151 | 325 | 0 | 64 | 3 | 16 | 457 | 75 | 100 |
| Binary | 11011011 | 1101001 | 11010101 | 0 | 110100 | 11 | 1110 | 100101111 | 111101 | 1000000 |
Color Harmonies of #DB69D5
Complementary color
Monochromatic Colors of #DB69D5
Black with #DB69D5
Text Example
Text Example
White with #DB69D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69D5; }
p { color: rgb(219,105,213); }
H1.HeaderClassName
{
color: #DB69D5;
}
.AnyTagClassName
{
color: #DB69D5;
}
</style>
background-color css
<style>
a { background-color: #DB69D5; }
a { background-color: rgb(219,105,213); }
div.DivClassName
{
background-color: #DB69D5;
}
.BgClassName
{
background-color: #DB69D5;
}
</style>
border-color css
<style>
span { border-color: #DB69D5; }
span { border-color: rgb(219,105,213); }
td.TdClassName
{
border-color: #DB69D5;
}
.TagClassName
{
border-color: #DB69D5;
}
</style>