Shades of Orchid #DD70D0
Tints of Orchid #DD70D0
RGB
CMYK
RGB Variations
Color information
#DD70D0 (or 0xDD70D0) is known color: Orchid. HEX triplet: DD, 70 and D0. RGB value is (221,112,208). Sum of RGB (Red+Green+Blue) = 221+112+208=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70D0 is #228F2F. Grayscale: #9B9B9B. Windows color (decimal): -2264880 or 13660381. OLE color: 13660381.
HSL color Cylindrical-coordinate representation of color #DD70D0: hue angle of 307.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70D0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 208 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.13 |
| HSL | 307.16º | 0.62% | 0.65% | - |
| HSV(B) | 307.16º | 0.49% | 0.87% | - |
| XYZ | 47 | 31.51 | 63.28 | - |
| YUV | 155.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 208 | 0 | 0.49 | 0.06 | 0.13 | 307.16 | 0.62 | 0.65 |
| Hex | DD | 70 | D0 | 0 | 31 | 6 | D | 133 | 3E | 41 |
| Octal | 335 | 160 | 320 | 0 | 61 | 6 | 15 | 463 | 76 | 101 |
| Binary | 11011101 | 1110000 | 11010000 | 0 | 110001 | 110 | 1101 | 100110011 | 111110 | 1000001 |
Color Harmonies of #DD70D0
Complementary color
Monochromatic Colors of #DD70D0
Black with #DD70D0
Text Example
Text Example
White with #DD70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70D0; }
p { color: rgb(221,112,208); }
H1.HeaderClassName
{
color: #DD70D0;
}
.AnyTagClassName
{
color: #DD70D0;
}
</style>
background-color css
<style>
a { background-color: #DD70D0; }
a { background-color: rgb(221,112,208); }
div.DivClassName
{
background-color: #DD70D0;
}
.BgClassName
{
background-color: #DD70D0;
}
</style>
border-color css
<style>
span { border-color: #DD70D0; }
span { border-color: rgb(221,112,208); }
td.TdClassName
{
border-color: #DD70D0;
}
.TagClassName
{
border-color: #DD70D0;
}
</style>