Shades of Orchid #DA71D5
Tints of Orchid #DA71D5
RGB
CMYK
RGB Variations
Color information
#DA71D5 (or 0xDA71D5) is known color: Orchid. HEX triplet: DA, 71 and D5. RGB value is (218,113,213). Sum of RGB (Red+Green+Blue) = 218+113+213=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71D5 is #258E2A. Grayscale: #9B9B9B. Windows color (decimal): -2461227 or 13988314. OLE color: 13988314.
HSL color Cylindrical-coordinate representation of color #DA71D5: hue angle of 302.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71D5 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 213 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.15 |
| HSL | 302.86º | 0.59% | 0.65% | - |
| HSV(B) | 302.86º | 0.48% | 0.85% | - |
| XYZ | 46.83 | 31.52 | 66.57 | - |
| YUV | 155.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 213 | 0 | 0.48 | 0.02 | 0.15 | 302.86 | 0.59 | 0.65 |
| Hex | DA | 71 | D5 | 0 | 30 | 2 | F | 12F | 3B | 41 |
| Octal | 332 | 161 | 325 | 0 | 60 | 2 | 17 | 457 | 73 | 101 |
| Binary | 11011010 | 1110001 | 11010101 | 0 | 110000 | 10 | 1111 | 100101111 | 111011 | 1000001 |
Color Harmonies of #DA71D5
Complementary color
Monochromatic Colors of #DA71D5
Black with #DA71D5
Text Example
Text Example
White with #DA71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71D5; }
p { color: rgb(218,113,213); }
H1.HeaderClassName
{
color: #DA71D5;
}
.AnyTagClassName
{
color: #DA71D5;
}
</style>
background-color css
<style>
a { background-color: #DA71D5; }
a { background-color: rgb(218,113,213); }
div.DivClassName
{
background-color: #DA71D5;
}
.BgClassName
{
background-color: #DA71D5;
}
</style>
border-color css
<style>
span { border-color: #DA71D5; }
span { border-color: rgb(218,113,213); }
td.TdClassName
{
border-color: #DA71D5;
}
.TagClassName
{
border-color: #DA71D5;
}
</style>