Shades of Orchid #DD6ADB
Tints of Orchid #DD6ADB
RGB
CMYK
RGB Variations
Color information
#DD6ADB (or 0xDD6ADB) is known color: Orchid. HEX triplet: DD, 6A and DB. RGB value is (221,106,219). Sum of RGB (Red+Green+Blue) = 221+106+219=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADB is #229524. Grayscale: #989898. Windows color (decimal): -2266405 or 14379741. OLE color: 14379741.
HSL color Cylindrical-coordinate representation of color #DD6ADB: hue angle of 301.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6ADB is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 219 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.13 |
| HSL | 301.04º | 0.63% | 0.64% | - |
| HSV(B) | 301.04º | 0.52% | 0.87% | - |
| XYZ | 47.76 | 30.79 | 70.44 | - |
| YUV | 153.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 219 | 0 | 0.52 | 0.01 | 0.13 | 301.04 | 0.63 | 0.64 |
| Hex | DD | 6A | DB | 0 | 34 | 1 | D | 12D | 3F | 40 |
| Octal | 335 | 152 | 333 | 0 | 64 | 1 | 15 | 455 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11011011 | 0 | 110100 | 1 | 1101 | 100101101 | 111111 | 1000000 |
Color Harmonies of #DD6ADB
Complementary color
Monochromatic Colors of #DD6ADB
Black with #DD6ADB
Text Example
Text Example
White with #DD6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ADB; }
p { color: rgb(221,106,219); }
H1.HeaderClassName
{
color: #DD6ADB;
}
.AnyTagClassName
{
color: #DD6ADB;
}
</style>
background-color css
<style>
a { background-color: #DD6ADB; }
a { background-color: rgb(221,106,219); }
div.DivClassName
{
background-color: #DD6ADB;
}
.BgClassName
{
background-color: #DD6ADB;
}
</style>
border-color css
<style>
span { border-color: #DD6ADB; }
span { border-color: rgb(221,106,219); }
td.TdClassName
{
border-color: #DD6ADB;
}
.TagClassName
{
border-color: #DD6ADB;
}
</style>