Shades of Orchid #DD70D1
Tints of Orchid #DD70D1
RGB
CMYK
RGB Variations
Color information
#DD70D1 (or 0xDD70D1) is known color: Orchid. HEX triplet: DD, 70 and D1. RGB value is (221,112,209). Sum of RGB (Red+Green+Blue) = 221+112+209=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70D1 is #228F2E. Grayscale: #9B9B9B. Windows color (decimal): -2264879 or 13725917. OLE color: 13725917.
HSL color Cylindrical-coordinate representation of color #DD70D1: hue angle of 306.61º 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 #DD70D1 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 209 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.13 |
| HSL | 306.61º | 0.62% | 0.65% | - |
| HSV(B) | 306.61º | 0.49% | 0.87% | - |
| XYZ | 47.12 | 31.56 | 63.93 | - |
| YUV | 155.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 209 | 0 | 0.49 | 0.05 | 0.13 | 306.61 | 0.62 | 0.65 |
| Hex | DD | 70 | D1 | 0 | 31 | 5 | D | 133 | 3E | 41 |
| Octal | 335 | 160 | 321 | 0 | 61 | 5 | 15 | 463 | 76 | 101 |
| Binary | 11011101 | 1110000 | 11010001 | 0 | 110001 | 101 | 1101 | 100110011 | 111110 | 1000001 |
Color Harmonies of #DD70D1
Complementary color
Monochromatic Colors of #DD70D1
Black with #DD70D1
Text Example
Text Example
White with #DD70D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70D1; }
p { color: rgb(221,112,209); }
H1.HeaderClassName
{
color: #DD70D1;
}
.AnyTagClassName
{
color: #DD70D1;
}
</style>
background-color css
<style>
a { background-color: #DD70D1; }
a { background-color: rgb(221,112,209); }
div.DivClassName
{
background-color: #DD70D1;
}
.BgClassName
{
background-color: #DD70D1;
}
</style>
border-color css
<style>
span { border-color: #DD70D1; }
span { border-color: rgb(221,112,209); }
td.TdClassName
{
border-color: #DD70D1;
}
.TagClassName
{
border-color: #DD70D1;
}
</style>