Shades of Orchid #DB72DE
Tints of Orchid #DB72DE
RGB
CMYK
RGB Variations
Color information
#DB72DE (or 0xDB72DE) is known color: Orchid. HEX triplet: DB, 72 and DE. RGB value is (219,114,222). Sum of RGB (Red+Green+Blue) = 219+114+222=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72DE is #248D21. Grayscale: #9D9D9D. Windows color (decimal): -2395426 or 14578395. OLE color: 14578395.
HSL color Cylindrical-coordinate representation of color #DB72DE: hue angle of 298.33º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB72DE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 114 | 222 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.33º | 0.62% | 0.66% | - |
| HSV(B) | 298.33º | 0.49% | 0.87% | - |
| XYZ | 48.42 | 32.37 | 72.8 | - |
| YUV | 157.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 222 | 0.01 | 0.49 | 0 | 0.13 | 298.33 | 0.62 | 0.66 |
| Hex | DB | 72 | DE | 1 | 31 | 0 | D | 12A | 3E | 42 |
| Octal | 333 | 162 | 336 | 1 | 61 | 0 | 15 | 452 | 76 | 102 |
| Binary | 11011011 | 1110010 | 11011110 | 1 | 110001 | 0 | 1101 | 100101010 | 111110 | 1000010 |
Color Harmonies of #DB72DE
Complementary color
Monochromatic Colors of #DB72DE
Black with #DB72DE
Text Example
Text Example
White with #DB72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72DE; }
p { color: rgb(219,114,222); }
H1.HeaderClassName
{
color: #DB72DE;
}
.AnyTagClassName
{
color: #DB72DE;
}
</style>
background-color css
<style>
a { background-color: #DB72DE; }
a { background-color: rgb(219,114,222); }
div.DivClassName
{
background-color: #DB72DE;
}
.BgClassName
{
background-color: #DB72DE;
}
</style>
border-color css
<style>
span { border-color: #DB72DE; }
span { border-color: rgb(219,114,222); }
td.TdClassName
{
border-color: #DB72DE;
}
.TagClassName
{
border-color: #DB72DE;
}
</style>