Shades of Heliotrope #D841FD
Tints of Heliotrope #D841FD
RGB
CMYK
RGB Variations
Color information
#D841FD (or 0xD841FD) is known color: Heliotrope. HEX triplet: D8, 41 and FD. RGB value is (216,65,253). Sum of RGB (Red+Green+Blue) = 216+65+253=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D841FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841FD is #27BE02. Grayscale: #828282. Windows color (decimal): -2604547 or 16597464. OLE color: 16597464.
HSL color Cylindrical-coordinate representation of color #D841FD: hue angle of 288.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D841FD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 65 | 253 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.01 |
| HSL | 288.19º | 0.98% | 0.62% | - |
| HSV(B) | 288.19º | 0.74% | 0.99% | - |
| XYZ | 47.94 | 25.47 | 95.32 | - |
| YUV | 131.58 | 196.53 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 253 | 0.15 | 0.74 | 0 | 0.01 | 288.19 | 0.98 | 0.62 |
| Hex | D8 | 41 | FD | F | 4A | 0 | 1 | 120 | 62 | 3E |
| Octal | 330 | 101 | 375 | 17 | 112 | 0 | 1 | 440 | 142 | 76 |
| Binary | 11011000 | 1000001 | 11111101 | 1111 | 1001010 | 0 | 1 | 100100000 | 1100010 | 111110 |
Color Harmonies of #D841FD
Complementary color
Monochromatic Colors of #D841FD
Black with #D841FD
Text Example
Text Example
White with #D841FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841FD; }
p { color: rgb(216,65,253); }
H1.HeaderClassName
{
color: #D841FD;
}
.AnyTagClassName
{
color: #D841FD;
}
</style>
background-color css
<style>
a { background-color: #D841FD; }
a { background-color: rgb(216,65,253); }
div.DivClassName
{
background-color: #D841FD;
}
.BgClassName
{
background-color: #D841FD;
}
</style>
border-color css
<style>
span { border-color: #D841FD; }
span { border-color: rgb(216,65,253); }
td.TdClassName
{
border-color: #D841FD;
}
.TagClassName
{
border-color: #D841FD;
}
</style>