Shades of Heliotrope #DA7FFB
Tints of Heliotrope #DA7FFB
RGB
CMYK
RGB Variations
Color information
#DA7FFB (or 0xDA7FFB) is known color: Heliotrope. HEX triplet: DA, 7F and FB. RGB value is (218,127,251). Sum of RGB (Red+Green+Blue) = 218+127+251=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7FFB is #258004. Grayscale: #A7A7A7. Windows color (decimal): -2457605 or 16482266. OLE color: 16482266.
HSL color Cylindrical-coordinate representation of color #DA7FFB: hue angle of 284.03º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7FFB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 127 | 251 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.02 |
| HSL | 284.03º | 0.94% | 0.74% | - |
| HSV(B) | 284.03º | 0.49% | 0.98% | - |
| XYZ | 53.92 | 37.05 | 95.58 | - |
| YUV | 168.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 251 | 0.13 | 0.49 | 0 | 0.02 | 284.03 | 0.94 | 0.74 |
| Hex | DA | 7F | FB | D | 31 | 0 | 2 | 11C | 5E | 4A |
| Octal | 332 | 177 | 373 | 15 | 61 | 0 | 2 | 434 | 136 | 112 |
| Binary | 11011010 | 1111111 | 11111011 | 1101 | 110001 | 0 | 10 | 100011100 | 1011110 | 1001010 |
Color Harmonies of #DA7FFB
Complementary color
Monochromatic Colors of #DA7FFB
Black with #DA7FFB
Text Example
Text Example
White with #DA7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FFB; }
p { color: rgb(218,127,251); }
H1.HeaderClassName
{
color: #DA7FFB;
}
.AnyTagClassName
{
color: #DA7FFB;
}
</style>
background-color css
<style>
a { background-color: #DA7FFB; }
a { background-color: rgb(218,127,251); }
div.DivClassName
{
background-color: #DA7FFB;
}
.BgClassName
{
background-color: #DA7FFB;
}
</style>
border-color css
<style>
span { border-color: #DA7FFB; }
span { border-color: rgb(218,127,251); }
td.TdClassName
{
border-color: #DA7FFB;
}
.TagClassName
{
border-color: #DA7FFB;
}
</style>