Shades of Orchid #DB69B8
Tints of Orchid #DB69B8
RGB
CMYK
RGB Variations
Color information
#DB69B8 (or 0xDB69B8) is known color: Orchid. HEX triplet: DB, 69 and B8. RGB value is (219,105,184). Sum of RGB (Red+Green+Blue) = 219+105+184=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69B8 is #249647. Grayscale: #939393. Windows color (decimal): -2397768 or 12085723. OLE color: 12085723.
HSL color Cylindrical-coordinate representation of color #DB69B8: hue angle of 318.42º 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 #DB69B8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 184 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.14 |
| HSL | 318.42º | 0.61% | 0.64% | - |
| HSV(B) | 318.42º | 0.52% | 0.86% | - |
| XYZ | 42.92 | 28.62 | 48.61 | - |
| YUV | 148.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 184 | 0 | 0.52 | 0.16 | 0.14 | 318.42 | 0.61 | 0.64 |
| Hex | DB | 69 | B8 | 0 | 34 | 10 | E | 13E | 3D | 40 |
| Octal | 333 | 151 | 270 | 0 | 64 | 20 | 16 | 476 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10111000 | 0 | 110100 | 10000 | 1110 | 100111110 | 111101 | 1000000 |
Color Harmonies of #DB69B8
Complementary color
Monochromatic Colors of #DB69B8
Black with #DB69B8
Text Example
Text Example
White with #DB69B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69B8; }
p { color: rgb(219,105,184); }
H1.HeaderClassName
{
color: #DB69B8;
}
.AnyTagClassName
{
color: #DB69B8;
}
</style>
background-color css
<style>
a { background-color: #DB69B8; }
a { background-color: rgb(219,105,184); }
div.DivClassName
{
background-color: #DB69B8;
}
.BgClassName
{
background-color: #DB69B8;
}
</style>
border-color css
<style>
span { border-color: #DB69B8; }
span { border-color: rgb(219,105,184); }
td.TdClassName
{
border-color: #DB69B8;
}
.TagClassName
{
border-color: #DB69B8;
}
</style>