Shades of Orchid #DD81DF
Tints of Orchid #DD81DF
RGB
CMYK
RGB Variations
Color information
#DD81DF (or 0xDD81DF) is known color: Orchid. HEX triplet: DD, 81 and DF. RGB value is (221,129,223). Sum of RGB (Red+Green+Blue) = 221+129+223=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DF is #227E20. Grayscale: #A6A6A6. Windows color (decimal): -2260513 or 14647773. OLE color: 14647773.
HSL color Cylindrical-coordinate representation of color #DD81DF: hue angle of 298.72º 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 #DD81DF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 223 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.13 |
| HSL | 298.72º | 0.59% | 0.69% | - |
| HSV(B) | 298.72º | 0.42% | 0.87% | - |
| XYZ | 50.99 | 36.4 | 74.15 | - |
| YUV | 167.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 223 | 0.01 | 0.42 | 0 | 0.13 | 298.72 | 0.59 | 0.69 |
| Hex | DD | 81 | DF | 1 | 2A | 0 | D | 12B | 3B | 45 |
| Octal | 335 | 201 | 337 | 1 | 52 | 0 | 15 | 453 | 73 | 105 |
| Binary | 11011101 | 10000001 | 11011111 | 1 | 101010 | 0 | 1101 | 100101011 | 111011 | 1000101 |
Color Harmonies of #DD81DF
Complementary color
Monochromatic Colors of #DD81DF
Black with #DD81DF
Text Example
Text Example
White with #DD81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81DF; }
p { color: rgb(221,129,223); }
H1.HeaderClassName
{
color: #DD81DF;
}
.AnyTagClassName
{
color: #DD81DF;
}
</style>
background-color css
<style>
a { background-color: #DD81DF; }
a { background-color: rgb(221,129,223); }
div.DivClassName
{
background-color: #DD81DF;
}
.BgClassName
{
background-color: #DD81DF;
}
</style>
border-color css
<style>
span { border-color: #DD81DF; }
span { border-color: rgb(221,129,223); }
td.TdClassName
{
border-color: #DD81DF;
}
.TagClassName
{
border-color: #DD81DF;
}
</style>