Shades of Orchid #DE71DB
Tints of Orchid #DE71DB
RGB
CMYK
RGB Variations
Color information
#DE71DB (or 0xDE71DB) is known color: Orchid. HEX triplet: DE, 71 and DB. RGB value is (222,113,219). Sum of RGB (Red+Green+Blue) = 222+113+219=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71DB is #218E24. Grayscale: #9D9D9D. Windows color (decimal): -2199077 or 14381534. OLE color: 14381534.
HSL color Cylindrical-coordinate representation of color #DE71DB: hue angle of 301.65º 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 #DE71DB is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 219 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.13 |
| HSL | 301.65º | 0.62% | 0.66% | - |
| HSV(B) | 301.65º | 0.49% | 0.87% | - |
| XYZ | 48.82 | 32.45 | 70.71 | - |
| YUV | 157.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 219 | 0 | 0.49 | 0.01 | 0.13 | 301.65 | 0.62 | 0.66 |
| Hex | DE | 71 | DB | 0 | 31 | 1 | D | 12E | 3E | 42 |
| Octal | 336 | 161 | 333 | 0 | 61 | 1 | 15 | 456 | 76 | 102 |
| Binary | 11011110 | 1110001 | 11011011 | 0 | 110001 | 1 | 1101 | 100101110 | 111110 | 1000010 |
Color Harmonies of #DE71DB
Complementary color
Monochromatic Colors of #DE71DB
Black with #DE71DB
Text Example
Text Example
White with #DE71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE71DB; }
p { color: rgb(222,113,219); }
H1.HeaderClassName
{
color: #DE71DB;
}
.AnyTagClassName
{
color: #DE71DB;
}
</style>
background-color css
<style>
a { background-color: #DE71DB; }
a { background-color: rgb(222,113,219); }
div.DivClassName
{
background-color: #DE71DB;
}
.BgClassName
{
background-color: #DE71DB;
}
</style>
border-color css
<style>
span { border-color: #DE71DB; }
span { border-color: rgb(222,113,219); }
td.TdClassName
{
border-color: #DE71DB;
}
.TagClassName
{
border-color: #DE71DB;
}
</style>