Shades of Orchid #DD69BD
Tints of Orchid #DD69BD
RGB
CMYK
RGB Variations
Color information
#DD69BD (or 0xDD69BD) is known color: Orchid. HEX triplet: DD, 69 and BD. RGB value is (221,105,189). Sum of RGB (Red+Green+Blue) = 221+105+189=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69BD is #229642. Grayscale: #959595. Windows color (decimal): -2266691 or 12413405. OLE color: 12413405.
HSL color Cylindrical-coordinate representation of color #DD69BD: hue angle of 316.55º 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 #DD69BD is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 189 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.13 |
| HSL | 316.55º | 0.63% | 0.64% | - |
| HSV(B) | 316.55º | 0.52% | 0.87% | - |
| XYZ | 44.06 | 29.15 | 51.45 | - |
| YUV | 149.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 189 | 0 | 0.52 | 0.14 | 0.13 | 316.55 | 0.63 | 0.64 |
| Hex | DD | 69 | BD | 0 | 34 | E | D | 13D | 3F | 40 |
| Octal | 335 | 151 | 275 | 0 | 64 | 16 | 15 | 475 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10111101 | 0 | 110100 | 1110 | 1101 | 100111101 | 111111 | 1000000 |
Color Harmonies of #DD69BD
Complementary color
Monochromatic Colors of #DD69BD
Black with #DD69BD
Text Example
Text Example
White with #DD69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69BD; }
p { color: rgb(221,105,189); }
H1.HeaderClassName
{
color: #DD69BD;
}
.AnyTagClassName
{
color: #DD69BD;
}
</style>
background-color css
<style>
a { background-color: #DD69BD; }
a { background-color: rgb(221,105,189); }
div.DivClassName
{
background-color: #DD69BD;
}
.BgClassName
{
background-color: #DD69BD;
}
</style>
border-color css
<style>
span { border-color: #DD69BD; }
span { border-color: rgb(221,105,189); }
td.TdClassName
{
border-color: #DD69BD;
}
.TagClassName
{
border-color: #DD69BD;
}
</style>