Shades of Heliotrope #D93FFD
Tints of Heliotrope #D93FFD
RGB
CMYK
RGB Variations
Color information
#D93FFD (or 0xD93FFD) is known color: Heliotrope. HEX triplet: D9, 3F and FD. RGB value is (217,63,253). Sum of RGB (Red+Green+Blue) = 217+63+253=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #D93FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FFD is #26C002. Grayscale: #828282. Windows color (decimal): -2539523 or 16596953. OLE color: 16596953.
HSL color Cylindrical-coordinate representation of color #D93FFD: hue angle of 288.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93FFD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 63 | 253 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.01 |
| HSL | 288.63º | 0.98% | 0.62% | - |
| HSV(B) | 288.63º | 0.75% | 0.99% | - |
| XYZ | 48.12 | 25.4 | 95.29 | - |
| YUV | 130.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 253 | 0.14 | 0.75 | 0 | 0.01 | 288.63 | 0.98 | 0.62 |
| Hex | D9 | 3F | FD | E | 4B | 0 | 1 | 121 | 62 | 3E |
| Octal | 331 | 77 | 375 | 16 | 113 | 0 | 1 | 441 | 142 | 76 |
| Binary | 11011001 | 111111 | 11111101 | 1110 | 1001011 | 0 | 1 | 100100001 | 1100010 | 111110 |
Color Harmonies of #D93FFD
Complementary color
Monochromatic Colors of #D93FFD
Black with #D93FFD
Text Example
Text Example
White with #D93FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FFD; }
p { color: rgb(217,63,253); }
H1.HeaderClassName
{
color: #D93FFD;
}
.AnyTagClassName
{
color: #D93FFD;
}
</style>
background-color css
<style>
a { background-color: #D93FFD; }
a { background-color: rgb(217,63,253); }
div.DivClassName
{
background-color: #D93FFD;
}
.BgClassName
{
background-color: #D93FFD;
}
</style>
border-color css
<style>
span { border-color: #D93FFD; }
span { border-color: rgb(217,63,253); }
td.TdClassName
{
border-color: #D93FFD;
}
.TagClassName
{
border-color: #D93FFD;
}
</style>