Shades of Orchid #DD69BC
Tints of Orchid #DD69BC
RGB
CMYK
RGB Variations
Color information
#DD69BC (or 0xDD69BC) is known color: Orchid. HEX triplet: DD, 69 and BC. RGB value is (221,105,188). Sum of RGB (Red+Green+Blue) = 221+105+188=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BC is #229643. Grayscale: #949494. Windows color (decimal): -2266692 or 12347869. OLE color: 12347869.
HSL color Cylindrical-coordinate representation of color #DD69BC: hue angle of 317.07º 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 #DD69BC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 188 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.13 |
| HSL | 317.07º | 0.63% | 0.64% | - |
| HSV(B) | 317.07º | 0.52% | 0.87% | - |
| XYZ | 43.95 | 29.11 | 50.88 | - |
| YUV | 149.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 188 | 0 | 0.52 | 0.15 | 0.13 | 317.07 | 0.63 | 0.64 |
| Hex | DD | 69 | BC | 0 | 34 | F | D | 13D | 3F | 40 |
| Octal | 335 | 151 | 274 | 0 | 64 | 17 | 15 | 475 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10111100 | 0 | 110100 | 1111 | 1101 | 100111101 | 111111 | 1000000 |
Color Harmonies of #DD69BC
Complementary color
Monochromatic Colors of #DD69BC
Black with #DD69BC
Text Example
Text Example
White with #DD69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69BC; }
p { color: rgb(221,105,188); }
H1.HeaderClassName
{
color: #DD69BC;
}
.AnyTagClassName
{
color: #DD69BC;
}
</style>
background-color css
<style>
a { background-color: #DD69BC; }
a { background-color: rgb(221,105,188); }
div.DivClassName
{
background-color: #DD69BC;
}
.BgClassName
{
background-color: #DD69BC;
}
</style>
border-color css
<style>
span { border-color: #DD69BC; }
span { border-color: rgb(221,105,188); }
td.TdClassName
{
border-color: #DD69BC;
}
.TagClassName
{
border-color: #DD69BC;
}
</style>