Shades of Orchid #DD85DA
Tints of Orchid #DD85DA
RGB
CMYK
RGB Variations
Color information
#DD85DA (or 0xDD85DA) is known color: Orchid. HEX triplet: DD, 85 and DA. RGB value is (221,133,218). Sum of RGB (Red+Green+Blue) = 221+133+218=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85DA is #227A25. Grayscale: #A8A8A8. Windows color (decimal): -2259494 or 14321117. OLE color: 14321117.
HSL color Cylindrical-coordinate representation of color #DD85DA: hue angle of 302.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85DA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 218 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.13 |
| HSL | 302.05º | 0.56% | 0.69% | - |
| HSV(B) | 302.05º | 0.4% | 0.87% | - |
| XYZ | 50.86 | 37.21 | 70.83 | - |
| YUV | 169 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 218 | 0 | 0.40 | 0.01 | 0.13 | 302.05 | 0.56 | 0.69 |
| Hex | DD | 85 | DA | 0 | 28 | 1 | D | 12E | 38 | 45 |
| Octal | 335 | 205 | 332 | 0 | 50 | 1 | 15 | 456 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11011010 | 0 | 101000 | 1 | 1101 | 100101110 | 111000 | 1000101 |
Color Harmonies of #DD85DA
Complementary color
Monochromatic Colors of #DD85DA
Black with #DD85DA
Text Example
Text Example
White with #DD85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85DA; }
p { color: rgb(221,133,218); }
H1.HeaderClassName
{
color: #DD85DA;
}
.AnyTagClassName
{
color: #DD85DA;
}
</style>
background-color css
<style>
a { background-color: #DD85DA; }
a { background-color: rgb(221,133,218); }
div.DivClassName
{
background-color: #DD85DA;
}
.BgClassName
{
background-color: #DD85DA;
}
</style>
border-color css
<style>
span { border-color: #DD85DA; }
span { border-color: rgb(221,133,218); }
td.TdClassName
{
border-color: #DD85DA;
}
.TagClassName
{
border-color: #DD85DA;
}
</style>