Shades of Orchid #DD69DB
Tints of Orchid #DD69DB
RGB
CMYK
RGB Variations
Color information
#DD69DB (or 0xDD69DB) is known color: Orchid. HEX triplet: DD, 69 and DB. RGB value is (221,105,219). Sum of RGB (Red+Green+Blue) = 221+105+219=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69DB is #229624. Grayscale: #989898. Windows color (decimal): -2266661 or 14379485. OLE color: 14379485.
HSL color Cylindrical-coordinate representation of color #DD69DB: hue angle of 301.03º 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 #DD69DB is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 219 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.13 |
| HSL | 301.03º | 0.63% | 0.64% | - |
| HSV(B) | 301.03º | 0.52% | 0.87% | - |
| XYZ | 47.66 | 30.59 | 70.41 | - |
| YUV | 152.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 219 | 0 | 0.52 | 0.01 | 0.13 | 301.03 | 0.63 | 0.64 |
| Hex | DD | 69 | DB | 0 | 34 | 1 | D | 12D | 3F | 40 |
| Octal | 335 | 151 | 333 | 0 | 64 | 1 | 15 | 455 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11011011 | 0 | 110100 | 1 | 1101 | 100101101 | 111111 | 1000000 |
Color Harmonies of #DD69DB
Complementary color
Monochromatic Colors of #DD69DB
Black with #DD69DB
Text Example
Text Example
White with #DD69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69DB; }
p { color: rgb(221,105,219); }
H1.HeaderClassName
{
color: #DD69DB;
}
.AnyTagClassName
{
color: #DD69DB;
}
</style>
background-color css
<style>
a { background-color: #DD69DB; }
a { background-color: rgb(221,105,219); }
div.DivClassName
{
background-color: #DD69DB;
}
.BgClassName
{
background-color: #DD69DB;
}
</style>
border-color css
<style>
span { border-color: #DD69DB; }
span { border-color: rgb(221,105,219); }
td.TdClassName
{
border-color: #DD69DB;
}
.TagClassName
{
border-color: #DD69DB;
}
</style>