Shades of Orchid #DD67B9
Tints of Orchid #DD67B9
RGB
CMYK
RGB Variations
Color information
#DD67B9 (or 0xDD67B9) is known color: Orchid. HEX triplet: DD, 67 and B9. RGB value is (221,103,185). Sum of RGB (Red+Green+Blue) = 221+103+185=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67B9 is #229846. Grayscale: #939393. Windows color (decimal): -2267207 or 12150749. OLE color: 12150749.
HSL color Cylindrical-coordinate representation of color #DD67B9: hue angle of 318.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67B9 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 185 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.13 |
| HSL | 318.31º | 0.63% | 0.64% | - |
| HSV(B) | 318.31º | 0.53% | 0.87% | - |
| XYZ | 43.43 | 28.58 | 49.13 | - |
| YUV | 147.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 185 | 0 | 0.53 | 0.16 | 0.13 | 318.31 | 0.63 | 0.64 |
| Hex | DD | 67 | B9 | 0 | 35 | 10 | D | 13E | 3F | 40 |
| Octal | 335 | 147 | 271 | 0 | 65 | 20 | 15 | 476 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10111001 | 0 | 110101 | 10000 | 1101 | 100111110 | 111111 | 1000000 |
Color Harmonies of #DD67B9
Complementary color
Monochromatic Colors of #DD67B9
Black with #DD67B9
Text Example
Text Example
White with #DD67B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67B9; }
p { color: rgb(221,103,185); }
H1.HeaderClassName
{
color: #DD67B9;
}
.AnyTagClassName
{
color: #DD67B9;
}
</style>
background-color css
<style>
a { background-color: #DD67B9; }
a { background-color: rgb(221,103,185); }
div.DivClassName
{
background-color: #DD67B9;
}
.BgClassName
{
background-color: #DD67B9;
}
</style>
border-color css
<style>
span { border-color: #DD67B9; }
span { border-color: rgb(221,103,185); }
td.TdClassName
{
border-color: #DD67B9;
}
.TagClassName
{
border-color: #DD67B9;
}
</style>