Shades of Orchid #DB72BD
Tints of Orchid #DB72BD
RGB
CMYK
RGB Variations
Color information
#DB72BD (or 0xDB72BD) is known color: Orchid. HEX triplet: DB, 72 and BD. RGB value is (219,114,189). Sum of RGB (Red+Green+Blue) = 219+114+189=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72BD is #248D42. Grayscale: #999999. Windows color (decimal): -2395459 or 12415707. OLE color: 12415707.
HSL color Cylindrical-coordinate representation of color #DB72BD: hue angle of 317.14º 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 #DB72BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.14 |
| HSL | 317.14º | 0.59% | 0.65% | - |
| HSV(B) | 317.14º | 0.48% | 0.86% | - |
| XYZ | 44.42 | 30.77 | 51.74 | - |
| YUV | 153.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 189 | 0 | 0.48 | 0.14 | 0.14 | 317.14 | 0.59 | 0.65 |
| Hex | DB | 72 | BD | 0 | 30 | E | E | 13D | 3B | 41 |
| Octal | 333 | 162 | 275 | 0 | 60 | 16 | 16 | 475 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10111101 | 0 | 110000 | 1110 | 1110 | 100111101 | 111011 | 1000001 |
Color Harmonies of #DB72BD
Complementary color
Monochromatic Colors of #DB72BD
Black with #DB72BD
Text Example
Text Example
White with #DB72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72BD; }
p { color: rgb(219,114,189); }
H1.HeaderClassName
{
color: #DB72BD;
}
.AnyTagClassName
{
color: #DB72BD;
}
</style>
background-color css
<style>
a { background-color: #DB72BD; }
a { background-color: rgb(219,114,189); }
div.DivClassName
{
background-color: #DB72BD;
}
.BgClassName
{
background-color: #DB72BD;
}
</style>
border-color css
<style>
span { border-color: #DB72BD; }
span { border-color: rgb(219,114,189); }
td.TdClassName
{
border-color: #DB72BD;
}
.TagClassName
{
border-color: #DB72BD;
}
</style>