Shades of Heliotrope #DA88FF
Tints of Heliotrope #DA88FF
RGB
CMYK
RGB Variations
Color information
#DA88FF (or 0xDA88FF) is known color: Heliotrope. HEX triplet: DA, 88 and FF. RGB value is (218,136,255). Sum of RGB (Red+Green+Blue) = 218+136+255=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA88FF is #257700. Grayscale: #ADADAD. Windows color (decimal): -2455297 or 16746714. OLE color: 16746714.
HSL color Cylindrical-coordinate representation of color #DA88FF: hue angle of 281.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA88FF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 136 | 255 | - |
| CMYK | 0.15 | 0.47 | 0 | 0 |
| HSL | 281.34º | 1% | 0.77% | - |
| HSV(B) | 281.34º | 0.47% | 1% | - |
| XYZ | 55.77 | 39.73 | 99.34 | - |
| YUV | 174.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 255 | 0.15 | 0.47 | 0 | 0 | 281.34 | 1 | 0.77 |
| Hex | DA | 88 | FF | F | 2F | 0 | 0 | 119 | 64 | 4D |
| Octal | 332 | 210 | 377 | 17 | 57 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011010 | 10001000 | 11111111 | 1111 | 101111 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #DA88FF
Complementary color
Monochromatic Colors of #DA88FF
Black with #DA88FF
Text Example
Text Example
White with #DA88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88FF; }
p { color: rgb(218,136,255); }
H1.HeaderClassName
{
color: #DA88FF;
}
.AnyTagClassName
{
color: #DA88FF;
}
</style>
background-color css
<style>
a { background-color: #DA88FF; }
a { background-color: rgb(218,136,255); }
div.DivClassName
{
background-color: #DA88FF;
}
.BgClassName
{
background-color: #DA88FF;
}
</style>
border-color css
<style>
span { border-color: #DA88FF; }
span { border-color: rgb(218,136,255); }
td.TdClassName
{
border-color: #DA88FF;
}
.TagClassName
{
border-color: #DA88FF;
}
</style>