Shades of Heliotrope #DA8BFC
Tints of Heliotrope #DA8BFC
RGB
CMYK
RGB Variations
Color information
#DA8BFC (or 0xDA8BFC) is known color: Heliotrope. HEX triplet: DA, 8B and FC. RGB value is (218,139,252). Sum of RGB (Red+Green+Blue) = 218+139+252=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BFC is #257403. Grayscale: #AFAFAF. Windows color (decimal): -2454532 or 16550874. OLE color: 16550874.
HSL color Cylindrical-coordinate representation of color #DA8BFC: hue angle of 281.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8BFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 139 | 252 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 281.95º | 0.95% | 0.77% | - |
| HSV(B) | 281.95º | 0.45% | 0.99% | - |
| XYZ | 55.72 | 40.4 | 96.96 | - |
| YUV | 175.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 252 | 0.13 | 0.45 | 0 | 0.01 | 281.95 | 0.95 | 0.77 |
| Hex | DA | 8B | FC | D | 2D | 0 | 1 | 11A | 5F | 4D |
| Octal | 332 | 213 | 374 | 15 | 55 | 0 | 1 | 432 | 137 | 115 |
| Binary | 11011010 | 10001011 | 11111100 | 1101 | 101101 | 0 | 1 | 100011010 | 1011111 | 1001101 |
Color Harmonies of #DA8BFC
Complementary color
Monochromatic Colors of #DA8BFC
Black with #DA8BFC
Text Example
Text Example
White with #DA8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BFC; }
p { color: rgb(218,139,252); }
H1.HeaderClassName
{
color: #DA8BFC;
}
.AnyTagClassName
{
color: #DA8BFC;
}
</style>
background-color css
<style>
a { background-color: #DA8BFC; }
a { background-color: rgb(218,139,252); }
div.DivClassName
{
background-color: #DA8BFC;
}
.BgClassName
{
background-color: #DA8BFC;
}
</style>
border-color css
<style>
span { border-color: #DA8BFC; }
span { border-color: rgb(218,139,252); }
td.TdClassName
{
border-color: #DA8BFC;
}
.TagClassName
{
border-color: #DA8BFC;
}
</style>