Shades of Orchid #DF81DB
Tints of Orchid #DF81DB
RGB
CMYK
RGB Variations
Color information
#DF81DB (or 0xDF81DB) is known color: Orchid. HEX triplet: DF, 81 and DB. RGB value is (223,129,219). Sum of RGB (Red+Green+Blue) = 223+129+219=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DB is #207E24. Grayscale: #A7A7A7. Windows color (decimal): -2129445 or 14385631. OLE color: 14385631.
HSL color Cylindrical-coordinate representation of color #DF81DB: hue angle of 302.55º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81DB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 219 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 302.55º | 0.59% | 0.69% | - |
| HSV(B) | 302.55º | 0.42% | 0.87% | - |
| XYZ | 51.07 | 36.5 | 71.37 | - |
| YUV | 167.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 219 | 0 | 0.42 | 0.02 | 0.13 | 302.55 | 0.59 | 0.69 |
| Hex | DF | 81 | DB | 0 | 2A | 2 | D | 12F | 3B | 45 |
| Octal | 337 | 201 | 333 | 0 | 52 | 2 | 15 | 457 | 73 | 105 |
| Binary | 11011111 | 10000001 | 11011011 | 0 | 101010 | 10 | 1101 | 100101111 | 111011 | 1000101 |
Color Harmonies of #DF81DB
Complementary color
Monochromatic Colors of #DF81DB
Black with #DF81DB
Text Example
Text Example
White with #DF81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81DB; }
p { color: rgb(223,129,219); }
H1.HeaderClassName
{
color: #DF81DB;
}
.AnyTagClassName
{
color: #DF81DB;
}
</style>
background-color css
<style>
a { background-color: #DF81DB; }
a { background-color: rgb(223,129,219); }
div.DivClassName
{
background-color: #DF81DB;
}
.BgClassName
{
background-color: #DF81DB;
}
</style>
border-color css
<style>
span { border-color: #DF81DB; }
span { border-color: rgb(223,129,219); }
td.TdClassName
{
border-color: #DF81DB;
}
.TagClassName
{
border-color: #DF81DB;
}
</style>