Shades of Heliotrope #DA74FB
Tints of Heliotrope #DA74FB
RGB
CMYK
RGB Variations
Color information
#DA74FB (or 0xDA74FB) is known color: Heliotrope. HEX triplet: DA, 74 and FB. RGB value is (218,116,251). Sum of RGB (Red+Green+Blue) = 218+116+251=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74FB is #258B04. Grayscale: #A1A1A1. Windows color (decimal): -2460421 or 16479450. OLE color: 16479450.
HSL color Cylindrical-coordinate representation of color #DA74FB: hue angle of 285.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA74FB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 116 | 251 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.02 |
| HSL | 285.33º | 0.94% | 0.72% | - |
| HSV(B) | 285.33º | 0.54% | 0.98% | - |
| XYZ | 52.57 | 34.36 | 95.13 | - |
| YUV | 161.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 251 | 0.13 | 0.54 | 0 | 0.02 | 285.33 | 0.94 | 0.72 |
| Hex | DA | 74 | FB | D | 36 | 0 | 2 | 11D | 5E | 48 |
| Octal | 332 | 164 | 373 | 15 | 66 | 0 | 2 | 435 | 136 | 110 |
| Binary | 11011010 | 1110100 | 11111011 | 1101 | 110110 | 0 | 10 | 100011101 | 1011110 | 1001000 |
Color Harmonies of #DA74FB
Complementary color
Monochromatic Colors of #DA74FB
Black with #DA74FB
Text Example
Text Example
White with #DA74FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74FB; }
p { color: rgb(218,116,251); }
H1.HeaderClassName
{
color: #DA74FB;
}
.AnyTagClassName
{
color: #DA74FB;
}
</style>
background-color css
<style>
a { background-color: #DA74FB; }
a { background-color: rgb(218,116,251); }
div.DivClassName
{
background-color: #DA74FB;
}
.BgClassName
{
background-color: #DA74FB;
}
</style>
border-color css
<style>
span { border-color: #DA74FB; }
span { border-color: rgb(218,116,251); }
td.TdClassName
{
border-color: #DA74FB;
}
.TagClassName
{
border-color: #DA74FB;
}
</style>