Shades of Orchid #DF81DA
Tints of Orchid #DF81DA
RGB
CMYK
RGB Variations
Color information
#DF81DA (or 0xDF81DA) is known color: Orchid. HEX triplet: DF, 81 and DA. RGB value is (223,129,218). Sum of RGB (Red+Green+Blue) = 223+129+218=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DA is #207E25. Grayscale: #A6A6A6. Windows color (decimal): -2129446 or 14320095. OLE color: 14320095.
HSL color Cylindrical-coordinate representation of color #DF81DA: hue angle of 303.19º 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 #DF81DA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 218 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 303.19º | 0.59% | 0.69% | - |
| HSV(B) | 303.19º | 0.42% | 0.87% | - |
| XYZ | 50.94 | 36.45 | 70.68 | - |
| YUV | 167.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 218 | 0 | 0.42 | 0.02 | 0.13 | 303.19 | 0.59 | 0.69 |
| Hex | DF | 81 | DA | 0 | 2A | 2 | D | 12F | 3B | 45 |
| Octal | 337 | 201 | 332 | 0 | 52 | 2 | 15 | 457 | 73 | 105 |
| Binary | 11011111 | 10000001 | 11011010 | 0 | 101010 | 10 | 1101 | 100101111 | 111011 | 1000101 |
Color Harmonies of #DF81DA
Complementary color
Monochromatic Colors of #DF81DA
Black with #DF81DA
Text Example
Text Example
White with #DF81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81DA; }
p { color: rgb(223,129,218); }
H1.HeaderClassName
{
color: #DF81DA;
}
.AnyTagClassName
{
color: #DF81DA;
}
</style>
background-color css
<style>
a { background-color: #DF81DA; }
a { background-color: rgb(223,129,218); }
div.DivClassName
{
background-color: #DF81DA;
}
.BgClassName
{
background-color: #DF81DA;
}
</style>
border-color css
<style>
span { border-color: #DF81DA; }
span { border-color: rgb(223,129,218); }
td.TdClassName
{
border-color: #DF81DA;
}
.TagClassName
{
border-color: #DF81DA;
}
</style>