Shades of Orchid #DD7DDB
Tints of Orchid #DD7DDB
RGB
CMYK
RGB Variations
Color information
#DD7DDB (or 0xDD7DDB) is known color: Orchid. HEX triplet: DD, 7D and DB. RGB value is (221,125,219). Sum of RGB (Red+Green+Blue) = 221+125+219=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DDB is #228224. Grayscale: #A4A4A4. Windows color (decimal): -2261541 or 14384605. OLE color: 14384605.
HSL color Cylindrical-coordinate representation of color #DD7DDB: hue angle of 301.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DDB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 219 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.25º | 0.59% | 0.68% | - |
| HSV(B) | 301.25º | 0.43% | 0.87% | - |
| XYZ | 49.94 | 35.15 | 71.17 | - |
| YUV | 164.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 219 | 0 | 0.43 | 0.01 | 0.13 | 301.25 | 0.59 | 0.68 |
| Hex | DD | 7D | DB | 0 | 2B | 1 | D | 12D | 3B | 44 |
| Octal | 335 | 175 | 333 | 0 | 53 | 1 | 15 | 455 | 73 | 104 |
| Binary | 11011101 | 1111101 | 11011011 | 0 | 101011 | 1 | 1101 | 100101101 | 111011 | 1000100 |
Color Harmonies of #DD7DDB
Complementary color
Monochromatic Colors of #DD7DDB
Black with #DD7DDB
Text Example
Text Example
White with #DD7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DDB; }
p { color: rgb(221,125,219); }
H1.HeaderClassName
{
color: #DD7DDB;
}
.AnyTagClassName
{
color: #DD7DDB;
}
</style>
background-color css
<style>
a { background-color: #DD7DDB; }
a { background-color: rgb(221,125,219); }
div.DivClassName
{
background-color: #DD7DDB;
}
.BgClassName
{
background-color: #DD7DDB;
}
</style>
border-color css
<style>
span { border-color: #DD7DDB; }
span { border-color: rgb(221,125,219); }
td.TdClassName
{
border-color: #DD7DDB;
}
.TagClassName
{
border-color: #DD7DDB;
}
</style>