Shades of Heliotrope #DA8CFD
Tints of Heliotrope #DA8CFD
RGB
CMYK
RGB Variations
Color information
#DA8CFD (or 0xDA8CFD) is known color: Heliotrope. HEX triplet: DA, 8C and FD. RGB value is (218,140,253). Sum of RGB (Red+Green+Blue) = 218+140+253=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CFD is #257302. Grayscale: #AFAFAF. Windows color (decimal): -2454275 or 16616666. OLE color: 16616666.
HSL color Cylindrical-coordinate representation of color #DA8CFD: hue angle of 281.42º degrees, saturation: 0.97, 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 #DA8CFD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 140 | 253 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.01 |
| HSL | 281.42º | 0.97% | 0.77% | - |
| HSV(B) | 281.42º | 0.45% | 0.99% | - |
| XYZ | 56.02 | 40.75 | 97.84 | - |
| YUV | 176.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 253 | 0.14 | 0.45 | 0 | 0.01 | 281.42 | 0.97 | 0.77 |
| Hex | DA | 8C | FD | E | 2D | 0 | 1 | 119 | 61 | 4D |
| Octal | 332 | 214 | 375 | 16 | 55 | 0 | 1 | 431 | 141 | 115 |
| Binary | 11011010 | 10001100 | 11111101 | 1110 | 101101 | 0 | 1 | 100011001 | 1100001 | 1001101 |
Color Harmonies of #DA8CFD
Complementary color
Monochromatic Colors of #DA8CFD
Black with #DA8CFD
Text Example
Text Example
White with #DA8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CFD; }
p { color: rgb(218,140,253); }
H1.HeaderClassName
{
color: #DA8CFD;
}
.AnyTagClassName
{
color: #DA8CFD;
}
</style>
background-color css
<style>
a { background-color: #DA8CFD; }
a { background-color: rgb(218,140,253); }
div.DivClassName
{
background-color: #DA8CFD;
}
.BgClassName
{
background-color: #DA8CFD;
}
</style>
border-color css
<style>
span { border-color: #DA8CFD; }
span { border-color: rgb(218,140,253); }
td.TdClassName
{
border-color: #DA8CFD;
}
.TagClassName
{
border-color: #DA8CFD;
}
</style>