Shades of Heliotrope #DA7BFC
Tints of Heliotrope #DA7BFC
RGB
CMYK
RGB Variations
Color information
#DA7BFC (or 0xDA7BFC) is known color: Heliotrope. HEX triplet: DA, 7B and FC. RGB value is (218,123,252). Sum of RGB (Red+Green+Blue) = 218+123+252=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7BFC is #258403. Grayscale: #A5A5A5. Windows color (decimal): -2458628 or 16546778. OLE color: 16546778.
HSL color Cylindrical-coordinate representation of color #DA7BFC: hue angle of 284.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA7BFC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 123 | 252 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 284.19º | 0.96% | 0.74% | - |
| HSV(B) | 284.19º | 0.51% | 0.99% | - |
| XYZ | 53.57 | 36.1 | 96.24 | - |
| YUV | 166.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 252 | 0.13 | 0.51 | 0 | 0.01 | 284.19 | 0.96 | 0.74 |
| Hex | DA | 7B | FC | D | 33 | 0 | 1 | 11C | 60 | 4A |
| Octal | 332 | 173 | 374 | 15 | 63 | 0 | 1 | 434 | 140 | 112 |
| Binary | 11011010 | 1111011 | 11111100 | 1101 | 110011 | 0 | 1 | 100011100 | 1100000 | 1001010 |
Color Harmonies of #DA7BFC
Complementary color
Monochromatic Colors of #DA7BFC
Black with #DA7BFC
Text Example
Text Example
White with #DA7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BFC; }
p { color: rgb(218,123,252); }
H1.HeaderClassName
{
color: #DA7BFC;
}
.AnyTagClassName
{
color: #DA7BFC;
}
</style>
background-color css
<style>
a { background-color: #DA7BFC; }
a { background-color: rgb(218,123,252); }
div.DivClassName
{
background-color: #DA7BFC;
}
.BgClassName
{
background-color: #DA7BFC;
}
</style>
border-color css
<style>
span { border-color: #DA7BFC; }
span { border-color: rgb(218,123,252); }
td.TdClassName
{
border-color: #DA7BFC;
}
.TagClassName
{
border-color: #DA7BFC;
}
</style>