Shades of Orchid #DD80DB
Tints of Orchid #DD80DB
RGB
CMYK
RGB Variations
Color information
#DD80DB (or 0xDD80DB) is known color: Orchid. HEX triplet: DD, 80 and DB. RGB value is (221,128,219). Sum of RGB (Red+Green+Blue) = 221+128+219=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80DB is #227F24. Grayscale: #A5A5A5. Windows color (decimal): -2260773 or 14385373. OLE color: 14385373.
HSL color Cylindrical-coordinate representation of color #DD80DB: hue angle of 301.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80DB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 219 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.13 |
| HSL | 301.29º | 0.58% | 0.68% | - |
| HSV(B) | 301.29º | 0.42% | 0.87% | - |
| XYZ | 50.32 | 35.92 | 71.3 | - |
| YUV | 166.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 219 | 0 | 0.42 | 0.01 | 0.13 | 301.29 | 0.58 | 0.68 |
| Hex | DD | 80 | DB | 0 | 2A | 1 | D | 12D | 3A | 44 |
| Octal | 335 | 200 | 333 | 0 | 52 | 1 | 15 | 455 | 72 | 104 |
| Binary | 11011101 | 10000000 | 11011011 | 0 | 101010 | 1 | 1101 | 100101101 | 111010 | 1000100 |
Color Harmonies of #DD80DB
Complementary color
Monochromatic Colors of #DD80DB
Black with #DD80DB
Text Example
Text Example
White with #DD80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80DB; }
p { color: rgb(221,128,219); }
H1.HeaderClassName
{
color: #DD80DB;
}
.AnyTagClassName
{
color: #DD80DB;
}
</style>
background-color css
<style>
a { background-color: #DD80DB; }
a { background-color: rgb(221,128,219); }
div.DivClassName
{
background-color: #DD80DB;
}
.BgClassName
{
background-color: #DD80DB;
}
</style>
border-color css
<style>
span { border-color: #DD80DB; }
span { border-color: rgb(221,128,219); }
td.TdClassName
{
border-color: #DD80DB;
}
.TagClassName
{
border-color: #DD80DB;
}
</style>