Shades of Orchid #DD7ADB
Tints of Orchid #DD7ADB
RGB
CMYK
RGB Variations
Color information
#DD7ADB (or 0xDD7ADB) is known color: Orchid. HEX triplet: DD, 7A and DB. RGB value is (221,122,219). Sum of RGB (Red+Green+Blue) = 221+122+219=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADB is #228524. Grayscale: #A2A2A2. Windows color (decimal): -2262309 or 14383837. OLE color: 14383837.
HSL color Cylindrical-coordinate representation of color #DD7ADB: hue angle of 301.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ADB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 219 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.13 |
| HSL | 301.21º | 0.59% | 0.67% | - |
| HSV(B) | 301.21º | 0.45% | 0.87% | - |
| XYZ | 49.56 | 34.41 | 71.05 | - |
| YUV | 162.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 219 | 0 | 0.45 | 0.01 | 0.13 | 301.21 | 0.59 | 0.67 |
| Hex | DD | 7A | DB | 0 | 2D | 1 | D | 12D | 3B | 43 |
| Octal | 335 | 172 | 333 | 0 | 55 | 1 | 15 | 455 | 73 | 103 |
| Binary | 11011101 | 1111010 | 11011011 | 0 | 101101 | 1 | 1101 | 100101101 | 111011 | 1000011 |
Color Harmonies of #DD7ADB
Complementary color
Monochromatic Colors of #DD7ADB
Black with #DD7ADB
Text Example
Text Example
White with #DD7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ADB; }
p { color: rgb(221,122,219); }
H1.HeaderClassName
{
color: #DD7ADB;
}
.AnyTagClassName
{
color: #DD7ADB;
}
</style>
background-color css
<style>
a { background-color: #DD7ADB; }
a { background-color: rgb(221,122,219); }
div.DivClassName
{
background-color: #DD7ADB;
}
.BgClassName
{
background-color: #DD7ADB;
}
</style>
border-color css
<style>
span { border-color: #DD7ADB; }
span { border-color: rgb(221,122,219); }
td.TdClassName
{
border-color: #DD7ADB;
}
.TagClassName
{
border-color: #DD7ADB;
}
</style>