Shades of Orchid #DD69D6
Tints of Orchid #DD69D6
RGB
CMYK
RGB Variations
Color information
#DD69D6 (or 0xDD69D6) is known color: Orchid. HEX triplet: DD, 69 and D6. RGB value is (221,105,214). Sum of RGB (Red+Green+Blue) = 221+105+214=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D6 is #229629. Grayscale: #979797. Windows color (decimal): -2266666 or 14051805. OLE color: 14051805.
HSL color Cylindrical-coordinate representation of color #DD69D6: hue angle of 303.62º 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 #DD69D6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 214 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.13 |
| HSL | 303.62º | 0.63% | 0.64% | - |
| HSV(B) | 303.62º | 0.52% | 0.87% | - |
| XYZ | 47.01 | 30.33 | 67 | - |
| YUV | 152.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 214 | 0 | 0.52 | 0.03 | 0.13 | 303.62 | 0.63 | 0.64 |
| Hex | DD | 69 | D6 | 0 | 34 | 3 | D | 130 | 3F | 40 |
| Octal | 335 | 151 | 326 | 0 | 64 | 3 | 15 | 460 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11010110 | 0 | 110100 | 11 | 1101 | 100110000 | 111111 | 1000000 |
Color Harmonies of #DD69D6
Complementary color
Monochromatic Colors of #DD69D6
Black with #DD69D6
Text Example
Text Example
White with #DD69D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69D6; }
p { color: rgb(221,105,214); }
H1.HeaderClassName
{
color: #DD69D6;
}
.AnyTagClassName
{
color: #DD69D6;
}
</style>
background-color css
<style>
a { background-color: #DD69D6; }
a { background-color: rgb(221,105,214); }
div.DivClassName
{
background-color: #DD69D6;
}
.BgClassName
{
background-color: #DD69D6;
}
</style>
border-color css
<style>
span { border-color: #DD69D6; }
span { border-color: rgb(221,105,214); }
td.TdClassName
{
border-color: #DD69D6;
}
.TagClassName
{
border-color: #DD69D6;
}
</style>