Shades of Orchid #DD6BBE
Tints of Orchid #DD6BBE
RGB
CMYK
RGB Variations
Color information
#DD6BBE (or 0xDD6BBE) is known color: Orchid. HEX triplet: DD, 6B and BE. RGB value is (221,107,190). Sum of RGB (Red+Green+Blue) = 221+107+190=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BBE is #229441. Grayscale: #969696. Windows color (decimal): -2266178 or 12479453. OLE color: 12479453.
HSL color Cylindrical-coordinate representation of color #DD6BBE: hue angle of 316.32º 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 #DD6BBE is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 190 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.13 |
| HSL | 316.32º | 0.63% | 0.64% | - |
| HSV(B) | 316.32º | 0.52% | 0.87% | - |
| XYZ | 44.37 | 29.61 | 52.09 | - |
| YUV | 150.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 190 | 0 | 0.52 | 0.14 | 0.13 | 316.32 | 0.63 | 0.64 |
| Hex | DD | 6B | BE | 0 | 34 | E | D | 13C | 3F | 40 |
| Octal | 335 | 153 | 276 | 0 | 64 | 16 | 15 | 474 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10111110 | 0 | 110100 | 1110 | 1101 | 100111100 | 111111 | 1000000 |
Color Harmonies of #DD6BBE
Complementary color
Monochromatic Colors of #DD6BBE
Black with #DD6BBE
Text Example
Text Example
White with #DD6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BBE; }
p { color: rgb(221,107,190); }
H1.HeaderClassName
{
color: #DD6BBE;
}
.AnyTagClassName
{
color: #DD6BBE;
}
</style>
background-color css
<style>
a { background-color: #DD6BBE; }
a { background-color: rgb(221,107,190); }
div.DivClassName
{
background-color: #DD6BBE;
}
.BgClassName
{
background-color: #DD6BBE;
}
</style>
border-color css
<style>
span { border-color: #DD6BBE; }
span { border-color: rgb(221,107,190); }
td.TdClassName
{
border-color: #DD6BBE;
}
.TagClassName
{
border-color: #DD6BBE;
}
</style>