Shades of Heliotrope #DA7CFD
Tints of Heliotrope #DA7CFD
RGB
CMYK
RGB Variations
Color information
#DA7CFD (or 0xDA7CFD) is known color: Heliotrope. HEX triplet: DA, 7C and FD. RGB value is (218,124,253). Sum of RGB (Red+Green+Blue) = 218+124+253=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CFD is #258302. Grayscale: #A6A6A6. Windows color (decimal): -2458371 or 16612570. OLE color: 16612570.
HSL color Cylindrical-coordinate representation of color #DA7CFD: hue angle of 283.72º degrees, saturation: 0.97, 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 #DA7CFD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 124 | 253 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.01 |
| HSL | 283.72º | 0.97% | 0.74% | - |
| HSV(B) | 283.72º | 0.51% | 0.99% | - |
| XYZ | 53.85 | 36.41 | 97.12 | - |
| YUV | 166.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 253 | 0.14 | 0.51 | 0 | 0.01 | 283.72 | 0.97 | 0.74 |
| Hex | DA | 7C | FD | E | 33 | 0 | 1 | 11C | 61 | 4A |
| Octal | 332 | 174 | 375 | 16 | 63 | 0 | 1 | 434 | 141 | 112 |
| Binary | 11011010 | 1111100 | 11111101 | 1110 | 110011 | 0 | 1 | 100011100 | 1100001 | 1001010 |
Color Harmonies of #DA7CFD
Complementary color
Monochromatic Colors of #DA7CFD
Black with #DA7CFD
Text Example
Text Example
White with #DA7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CFD; }
p { color: rgb(218,124,253); }
H1.HeaderClassName
{
color: #DA7CFD;
}
.AnyTagClassName
{
color: #DA7CFD;
}
</style>
background-color css
<style>
a { background-color: #DA7CFD; }
a { background-color: rgb(218,124,253); }
div.DivClassName
{
background-color: #DA7CFD;
}
.BgClassName
{
background-color: #DA7CFD;
}
</style>
border-color css
<style>
span { border-color: #DA7CFD; }
span { border-color: rgb(218,124,253); }
td.TdClassName
{
border-color: #DA7CFD;
}
.TagClassName
{
border-color: #DA7CFD;
}
</style>