Shades of Orchid #DD85D4
Tints of Orchid #DD85D4
RGB
CMYK
RGB Variations
Color information
#DD85D4 (or 0xDD85D4) is known color: Orchid. HEX triplet: DD, 85 and D4. RGB value is (221,133,212). Sum of RGB (Red+Green+Blue) = 221+133+212=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D4 is #227A2B. Grayscale: #A8A8A8. Windows color (decimal): -2259500 or 13927901. OLE color: 13927901.
HSL color Cylindrical-coordinate representation of color #DD85D4: hue angle of 306.14º 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 #DD85D4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 212 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.13 |
| HSL | 306.14º | 0.56% | 0.69% | - |
| HSV(B) | 306.14º | 0.4% | 0.87% | - |
| XYZ | 50.09 | 36.9 | 66.77 | - |
| YUV | 168.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 212 | 0 | 0.40 | 0.04 | 0.13 | 306.14 | 0.56 | 0.69 |
| Hex | DD | 85 | D4 | 0 | 28 | 4 | D | 132 | 38 | 45 |
| Octal | 335 | 205 | 324 | 0 | 50 | 4 | 15 | 462 | 70 | 105 |
| Binary | 11011101 | 10000101 | 11010100 | 0 | 101000 | 100 | 1101 | 100110010 | 111000 | 1000101 |
Color Harmonies of #DD85D4
Complementary color
Monochromatic Colors of #DD85D4
Black with #DD85D4
Text Example
Text Example
White with #DD85D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85D4; }
p { color: rgb(221,133,212); }
H1.HeaderClassName
{
color: #DD85D4;
}
.AnyTagClassName
{
color: #DD85D4;
}
</style>
background-color css
<style>
a { background-color: #DD85D4; }
a { background-color: rgb(221,133,212); }
div.DivClassName
{
background-color: #DD85D4;
}
.BgClassName
{
background-color: #DD85D4;
}
</style>
border-color css
<style>
span { border-color: #DD85D4; }
span { border-color: rgb(221,133,212); }
td.TdClassName
{
border-color: #DD85D4;
}
.TagClassName
{
border-color: #DD85D4;
}
</style>