Shades of Orchid #DD69D5
Tints of Orchid #DD69D5
RGB
CMYK
RGB Variations
Color information
#DD69D5 (or 0xDD69D5) is known color: Orchid. HEX triplet: DD, 69 and D5. RGB value is (221,105,213). Sum of RGB (Red+Green+Blue) = 221+105+213=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D5 is #22962A. Grayscale: #979797. Windows color (decimal): -2266667 or 13986269. OLE color: 13986269.
HSL color Cylindrical-coordinate representation of color #DD69D5: hue angle of 304.14º 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 #DD69D5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 213 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.13 |
| HSL | 304.14º | 0.63% | 0.64% | - |
| HSV(B) | 304.14º | 0.52% | 0.87% | - |
| XYZ | 46.88 | 30.28 | 66.32 | - |
| YUV | 152 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 213 | 0 | 0.52 | 0.04 | 0.13 | 304.14 | 0.63 | 0.64 |
| Hex | DD | 69 | D5 | 0 | 34 | 4 | D | 130 | 3F | 40 |
| Octal | 335 | 151 | 325 | 0 | 64 | 4 | 15 | 460 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11010101 | 0 | 110100 | 100 | 1101 | 100110000 | 111111 | 1000000 |
Color Harmonies of #DD69D5
Complementary color
Monochromatic Colors of #DD69D5
Black with #DD69D5
Text Example
Text Example
White with #DD69D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69D5; }
p { color: rgb(221,105,213); }
H1.HeaderClassName
{
color: #DD69D5;
}
.AnyTagClassName
{
color: #DD69D5;
}
</style>
background-color css
<style>
a { background-color: #DD69D5; }
a { background-color: rgb(221,105,213); }
div.DivClassName
{
background-color: #DD69D5;
}
.BgClassName
{
background-color: #DD69D5;
}
</style>
border-color css
<style>
span { border-color: #DD69D5; }
span { border-color: rgb(221,105,213); }
td.TdClassName
{
border-color: #DD69D5;
}
.TagClassName
{
border-color: #DD69D5;
}
</style>