Shades of Orchid #DD81DA
Tints of Orchid #DD81DA
RGB
CMYK
RGB Variations
Color information
#DD81DA (or 0xDD81DA) is known color: Orchid. HEX triplet: DD, 81 and DA. RGB value is (221,129,218). Sum of RGB (Red+Green+Blue) = 221+129+218=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DA is #227E25. Grayscale: #A6A6A6. Windows color (decimal): -2260518 or 14320093. OLE color: 14320093.
HSL color Cylindrical-coordinate representation of color #DD81DA: hue angle of 301.96º degrees, saturation: 0.57, 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 #DD81DA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 218 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.13 |
| HSL | 301.96º | 0.58% | 0.69% | - |
| HSV(B) | 301.96º | 0.42% | 0.87% | - |
| XYZ | 50.32 | 36.13 | 70.65 | - |
| YUV | 166.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 218 | 0 | 0.42 | 0.01 | 0.13 | 301.96 | 0.58 | 0.69 |
| Hex | DD | 81 | DA | 0 | 2A | 1 | D | 12E | 3A | 45 |
| Octal | 335 | 201 | 332 | 0 | 52 | 1 | 15 | 456 | 72 | 105 |
| Binary | 11011101 | 10000001 | 11011010 | 0 | 101010 | 1 | 1101 | 100101110 | 111010 | 1000101 |
Color Harmonies of #DD81DA
Complementary color
Monochromatic Colors of #DD81DA
Black with #DD81DA
Text Example
Text Example
White with #DD81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81DA; }
p { color: rgb(221,129,218); }
H1.HeaderClassName
{
color: #DD81DA;
}
.AnyTagClassName
{
color: #DD81DA;
}
</style>
background-color css
<style>
a { background-color: #DD81DA; }
a { background-color: rgb(221,129,218); }
div.DivClassName
{
background-color: #DD81DA;
}
.BgClassName
{
background-color: #DD81DA;
}
</style>
border-color css
<style>
span { border-color: #DD81DA; }
span { border-color: rgb(221,129,218); }
td.TdClassName
{
border-color: #DD81DA;
}
.TagClassName
{
border-color: #DD81DA;
}
</style>