Shades of Orchid #DA71BB
Tints of Orchid #DA71BB
RGB
CMYK
RGB Variations
Color information
#DA71BB (or 0xDA71BB) is known color: Orchid. HEX triplet: DA, 71 and BB. RGB value is (218,113,187). Sum of RGB (Red+Green+Blue) = 218+113+187=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71BB is #258E44. Grayscale: #989898. Windows color (decimal): -2461253 or 12284378. OLE color: 12284378.
HSL color Cylindrical-coordinate representation of color #DA71BB: hue angle of 317.71º 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 #DA71BB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 187 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.15 |
| HSL | 317.71º | 0.59% | 0.65% | - |
| HSV(B) | 317.71º | 0.48% | 0.85% | - |
| XYZ | 43.79 | 30.3 | 50.55 | - |
| YUV | 152.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 187 | 0 | 0.48 | 0.14 | 0.15 | 317.71 | 0.59 | 0.65 |
| Hex | DA | 71 | BB | 0 | 30 | E | F | 13E | 3B | 41 |
| Octal | 332 | 161 | 273 | 0 | 60 | 16 | 17 | 476 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10111011 | 0 | 110000 | 1110 | 1111 | 100111110 | 111011 | 1000001 |
Color Harmonies of #DA71BB
Complementary color
Monochromatic Colors of #DA71BB
Black with #DA71BB
Text Example
Text Example
White with #DA71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71BB; }
p { color: rgb(218,113,187); }
H1.HeaderClassName
{
color: #DA71BB;
}
.AnyTagClassName
{
color: #DA71BB;
}
</style>
background-color css
<style>
a { background-color: #DA71BB; }
a { background-color: rgb(218,113,187); }
div.DivClassName
{
background-color: #DA71BB;
}
.BgClassName
{
background-color: #DA71BB;
}
</style>
border-color css
<style>
span { border-color: #DA71BB; }
span { border-color: rgb(218,113,187); }
td.TdClassName
{
border-color: #DA71BB;
}
.TagClassName
{
border-color: #DA71BB;
}
</style>