Shades of Orchid #DD70DF
Tints of Orchid #DD70DF
RGB
CMYK
RGB Variations
Color information
#DD70DF (or 0xDD70DF) is known color: Orchid. HEX triplet: DD, 70 and DF. RGB value is (221,112,223). Sum of RGB (Red+Green+Blue) = 221+112+223=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70DF is #228F20. Grayscale: #9C9C9C. Windows color (decimal): -2264865 or 14643421. OLE color: 14643421.
HSL color Cylindrical-coordinate representation of color #DD70DF: hue angle of 298.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD70DF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 223 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.13 |
| HSL | 298.92º | 0.63% | 0.66% | - |
| HSV(B) | 298.92º | 0.5% | 0.87% | - |
| XYZ | 48.93 | 32.29 | 73.47 | - |
| YUV | 157.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 223 | 0.01 | 0.50 | 0 | 0.13 | 298.92 | 0.63 | 0.66 |
| Hex | DD | 70 | DF | 1 | 32 | 0 | D | 12B | 3F | 42 |
| Octal | 335 | 160 | 337 | 1 | 62 | 0 | 15 | 453 | 77 | 102 |
| Binary | 11011101 | 1110000 | 11011111 | 1 | 110010 | 0 | 1101 | 100101011 | 111111 | 1000010 |
Color Harmonies of #DD70DF
Complementary color
Monochromatic Colors of #DD70DF
Black with #DD70DF
Text Example
Text Example
White with #DD70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70DF; }
p { color: rgb(221,112,223); }
H1.HeaderClassName
{
color: #DD70DF;
}
.AnyTagClassName
{
color: #DD70DF;
}
</style>
background-color css
<style>
a { background-color: #DD70DF; }
a { background-color: rgb(221,112,223); }
div.DivClassName
{
background-color: #DD70DF;
}
.BgClassName
{
background-color: #DD70DF;
}
</style>
border-color css
<style>
span { border-color: #DD70DF; }
span { border-color: rgb(221,112,223); }
td.TdClassName
{
border-color: #DD70DF;
}
.TagClassName
{
border-color: #DD70DF;
}
</style>