Shades of Orchid #DA69D9
Tints of Orchid #DA69D9
RGB
CMYK
RGB Variations
Color information
#DA69D9 (or 0xDA69D9) is known color: Orchid. HEX triplet: DA, 69 and D9. RGB value is (218,105,217). Sum of RGB (Red+Green+Blue) = 218+105+217=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69D9 is #259626. Grayscale: #979797. Windows color (decimal): -2463271 or 14248410. OLE color: 14248410.
HSL color Cylindrical-coordinate representation of color #DA69D9: hue angle of 300.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69D9 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 217 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.15 |
| HSL | 300.53º | 0.6% | 0.63% | - |
| HSV(B) | 300.53º | 0.52% | 0.85% | - |
| XYZ | 46.49 | 30.02 | 68.99 | - |
| YUV | 151.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 217 | 0 | 0.52 | 0.00 | 0.15 | 300.53 | 0.6 | 0.63 |
| Hex | DA | 69 | D9 | 0 | 34 | 0 | F | 12D | 3C | 3F |
| Octal | 332 | 151 | 331 | 0 | 64 | 0 | 17 | 455 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11011001 | 0 | 110100 | 0 | 1111 | 100101101 | 111100 | 111111 |
Color Harmonies of #DA69D9
Complementary color
Monochromatic Colors of #DA69D9
Black with #DA69D9
Text Example
Text Example
White with #DA69D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69D9; }
p { color: rgb(218,105,217); }
H1.HeaderClassName
{
color: #DA69D9;
}
.AnyTagClassName
{
color: #DA69D9;
}
</style>
background-color css
<style>
a { background-color: #DA69D9; }
a { background-color: rgb(218,105,217); }
div.DivClassName
{
background-color: #DA69D9;
}
.BgClassName
{
background-color: #DA69D9;
}
</style>
border-color css
<style>
span { border-color: #DA69D9; }
span { border-color: rgb(218,105,217); }
td.TdClassName
{
border-color: #DA69D9;
}
.TagClassName
{
border-color: #DA69D9;
}
</style>