Shades of Orchid #DD6ABB
Tints of Orchid #DD6ABB
RGB
CMYK
RGB Variations
Color information
#DD6ABB (or 0xDD6ABB) is known color: Orchid. HEX triplet: DD, 6A and BB. RGB value is (221,106,187). Sum of RGB (Red+Green+Blue) = 221+106+187=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ABB is #229544. Grayscale: #959595. Windows color (decimal): -2266437 or 12282589. OLE color: 12282589.
HSL color Cylindrical-coordinate representation of color #DD6ABB: hue angle of 317.74º 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 #DD6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 187 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.13 |
| HSL | 317.74º | 0.63% | 0.64% | - |
| HSV(B) | 317.74º | 0.52% | 0.87% | - |
| XYZ | 43.94 | 29.27 | 50.35 | - |
| YUV | 149.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 187 | 0 | 0.52 | 0.15 | 0.13 | 317.74 | 0.63 | 0.64 |
| Hex | DD | 6A | BB | 0 | 34 | F | D | 13E | 3F | 40 |
| Octal | 335 | 152 | 273 | 0 | 64 | 17 | 15 | 476 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10111011 | 0 | 110100 | 1111 | 1101 | 100111110 | 111111 | 1000000 |
Color Harmonies of #DD6ABB
Complementary color
Monochromatic Colors of #DD6ABB
Black with #DD6ABB
Text Example
Text Example
White with #DD6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ABB; }
p { color: rgb(221,106,187); }
H1.HeaderClassName
{
color: #DD6ABB;
}
.AnyTagClassName
{
color: #DD6ABB;
}
</style>
background-color css
<style>
a { background-color: #DD6ABB; }
a { background-color: rgb(221,106,187); }
div.DivClassName
{
background-color: #DD6ABB;
}
.BgClassName
{
background-color: #DD6ABB;
}
</style>
border-color css
<style>
span { border-color: #DD6ABB; }
span { border-color: rgb(221,106,187); }
td.TdClassName
{
border-color: #DD6ABB;
}
.TagClassName
{
border-color: #DD6ABB;
}
</style>