Shades of Orchid #DB72D0
Tints of Orchid #DB72D0
RGB
CMYK
RGB Variations
Color information
#DB72D0 (or 0xDB72D0) is known color: Orchid. HEX triplet: DB, 72 and D0. RGB value is (219,114,208). Sum of RGB (Red+Green+Blue) = 219+114+208=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72D0 is #248D2F. Grayscale: #9B9B9B. Windows color (decimal): -2395440 or 13660891. OLE color: 13660891.
HSL color Cylindrical-coordinate representation of color #DB72D0: hue angle of 306.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72D0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 208 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.14 |
| HSL | 306.29º | 0.59% | 0.65% | - |
| HSV(B) | 306.29º | 0.48% | 0.86% | - |
| XYZ | 46.62 | 31.65 | 63.33 | - |
| YUV | 156.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 208 | 0 | 0.48 | 0.05 | 0.14 | 306.29 | 0.59 | 0.65 |
| Hex | DB | 72 | D0 | 0 | 30 | 5 | E | 132 | 3B | 41 |
| Octal | 333 | 162 | 320 | 0 | 60 | 5 | 16 | 462 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11010000 | 0 | 110000 | 101 | 1110 | 100110010 | 111011 | 1000001 |
Color Harmonies of #DB72D0
Complementary color
Monochromatic Colors of #DB72D0
Black with #DB72D0
Text Example
Text Example
White with #DB72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72D0; }
p { color: rgb(219,114,208); }
H1.HeaderClassName
{
color: #DB72D0;
}
.AnyTagClassName
{
color: #DB72D0;
}
</style>
background-color css
<style>
a { background-color: #DB72D0; }
a { background-color: rgb(219,114,208); }
div.DivClassName
{
background-color: #DB72D0;
}
.BgClassName
{
background-color: #DB72D0;
}
</style>
border-color css
<style>
span { border-color: #DB72D0; }
span { border-color: rgb(219,114,208); }
td.TdClassName
{
border-color: #DB72D0;
}
.TagClassName
{
border-color: #DB72D0;
}
</style>