Shades of Heliotrope #DA60FB
Tints of Heliotrope #DA60FB
RGB
CMYK
RGB Variations
Color information
#DA60FB (or 0xDA60FB) is known color: Heliotrope. HEX triplet: DA, 60 and FB. RGB value is (218,96,251). Sum of RGB (Red+Green+Blue) = 218+96+251=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60FB is #259F04. Grayscale: #959595. Windows color (decimal): -2465541 or 16474330. OLE color: 16474330.
HSL color Cylindrical-coordinate representation of color #DA60FB: hue angle of 287.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA60FB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 96 | 251 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.02 |
| HSL | 287.23º | 0.95% | 0.68% | - |
| HSV(B) | 287.23º | 0.62% | 0.98% | - |
| XYZ | 50.51 | 30.24 | 94.44 | - |
| YUV | 150.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 251 | 0.13 | 0.62 | 0 | 0.02 | 287.23 | 0.95 | 0.68 |
| Hex | DA | 60 | FB | D | 3E | 0 | 2 | 11F | 5F | 44 |
| Octal | 332 | 140 | 373 | 15 | 76 | 0 | 2 | 437 | 137 | 104 |
| Binary | 11011010 | 1100000 | 11111011 | 1101 | 111110 | 0 | 10 | 100011111 | 1011111 | 1000100 |
Color Harmonies of #DA60FB
Complementary color
Monochromatic Colors of #DA60FB
Black with #DA60FB
Text Example
Text Example
White with #DA60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60FB; }
p { color: rgb(218,96,251); }
H1.HeaderClassName
{
color: #DA60FB;
}
.AnyTagClassName
{
color: #DA60FB;
}
</style>
background-color css
<style>
a { background-color: #DA60FB; }
a { background-color: rgb(218,96,251); }
div.DivClassName
{
background-color: #DA60FB;
}
.BgClassName
{
background-color: #DA60FB;
}
</style>
border-color css
<style>
span { border-color: #DA60FB; }
span { border-color: rgb(218,96,251); }
td.TdClassName
{
border-color: #DA60FB;
}
.TagClassName
{
border-color: #DA60FB;
}
</style>