Shades of Heliotrope #D65AFD
Tints of Heliotrope #D65AFD
RGB
CMYK
RGB Variations
Color information
#D65AFD (or 0xD65AFD) is known color: Heliotrope. HEX triplet: D6, 5A and FD. RGB value is (214,90,253). Sum of RGB (Red+Green+Blue) = 214+90+253=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D65AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AFD is #29A502. Grayscale: #919191. Windows color (decimal): -2729219 or 16603862. OLE color: 16603862.
HSL color Cylindrical-coordinate representation of color #D65AFD: hue angle of 285.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65AFD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 90 | 253 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.01 |
| HSL | 285.64º | 0.98% | 0.67% | - |
| HSV(B) | 285.64º | 0.64% | 0.99% | - |
| XYZ | 49.12 | 28.7 | 95.88 | - |
| YUV | 145.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 253 | 0.15 | 0.64 | 0 | 0.01 | 285.64 | 0.98 | 0.67 |
| Hex | D6 | 5A | FD | F | 40 | 0 | 1 | 11E | 62 | 43 |
| Octal | 326 | 132 | 375 | 17 | 100 | 0 | 1 | 436 | 142 | 103 |
| Binary | 11010110 | 1011010 | 11111101 | 1111 | 1000000 | 0 | 1 | 100011110 | 1100010 | 1000011 |
Color Harmonies of #D65AFD
Complementary color
Monochromatic Colors of #D65AFD
Black with #D65AFD
Text Example
Text Example
White with #D65AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AFD; }
p { color: rgb(214,90,253); }
H1.HeaderClassName
{
color: #D65AFD;
}
.AnyTagClassName
{
color: #D65AFD;
}
</style>
background-color css
<style>
a { background-color: #D65AFD; }
a { background-color: rgb(214,90,253); }
div.DivClassName
{
background-color: #D65AFD;
}
.BgClassName
{
background-color: #D65AFD;
}
</style>
border-color css
<style>
span { border-color: #D65AFD; }
span { border-color: rgb(214,90,253); }
td.TdClassName
{
border-color: #D65AFD;
}
.TagClassName
{
border-color: #D65AFD;
}
</style>