Shades of Orchid #DD85D9
Tints of Orchid #DD85D9
RGB
CMYK
RGB Variations
Color information
#DD85D9 (or 0xDD85D9) is known color: Orchid. HEX triplet: DD, 85 and D9. RGB value is (221,133,217). Sum of RGB (Red+Green+Blue) = 221+133+217=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85D9 is #227A26. Grayscale: #A8A8A8. Windows color (decimal): -2259495 or 14255581. OLE color: 14255581.
HSL color Cylindrical-coordinate representation of color #DD85D9: hue angle of 302.73º 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 #DD85D9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 133 | 217 | - |
CMYK | 0 | 0.40 | 0.02 | 0.13 |
HSL | 302.73º | 0.56% | 0.69% | - |
HSV(B) | 302.73º | 0.4% | 0.87% | - |
XYZ | 50.73 | 37.16 | 70.14 | - |
YUV | 168.89 | 155.15 | 165.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 133 | 217 | 0 | 0.40 | 0.02 | 0.13 | 302.73 | 0.56 | 0.69 |
Hex | DD | 85 | D9 | 0 | 28 | 2 | D | 12F | 38 | 45 |
Octal | 335 | 205 | 331 | 0 | 50 | 2 | 15 | 457 | 70 | 105 |
Binary | 11011101 | 10000101 | 11011001 | 0 | 101000 | 10 | 1101 | 100101111 | 111000 | 1000101 |
Color Harmonies of #DD85D9
Complementary color
Monochromatic Colors of #DD85D9
Black with #DD85D9
Text Example
Text Example
White with #DD85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85D9; }
p { color: rgb(221,133,217); }
H1.HeaderClassName
{
color: #DD85D9;
}
.AnyTagClassName
{
color: #DD85D9;
}
</style>
background-color css
<style>
a { background-color: #DD85D9; }
a { background-color: rgb(221,133,217); }
div.DivClassName
{
background-color: #DD85D9;
}
.BgClassName
{
background-color: #DD85D9;
}
</style>
border-color css
<style>
span { border-color: #DD85D9; }
span { border-color: rgb(221,133,217); }
td.TdClassName
{
border-color: #DD85D9;
}
.TagClassName
{
border-color: #DD85D9;
}
</style>