Shades of Heliotrope #D33FFF
Tints of Heliotrope #D33FFF
RGB
CMYK
RGB Variations
Color information
#D33FFF (or 0xD33FFF) is known color: Heliotrope. HEX triplet: D3, 3F and FF. RGB value is (211,63,255). Sum of RGB (Red+Green+Blue) = 211+63+255=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D33FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FFF is #2CC000. Grayscale: #808080. Windows color (decimal): -2932737 or 16728019. OLE color: 16728019.
HSL color Cylindrical-coordinate representation of color #D33FFF: hue angle of 286.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33FFF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 63 | 255 | - |
| CMYK | 0.17 | 0.75 | 0 | 0 |
| HSL | 286.25º | 1% | 0.62% | - |
| HSV(B) | 286.25º | 0.75% | 1% | - |
| XYZ | 46.69 | 24.62 | 96.9 | - |
| YUV | 129.14 | 199.03 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 255 | 0.17 | 0.75 | 0 | 0 | 286.25 | 1 | 0.62 |
| Hex | D3 | 3F | FF | 11 | 4B | 0 | 0 | 11E | 64 | 3E |
| Octal | 323 | 77 | 377 | 21 | 113 | 0 | 0 | 436 | 144 | 76 |
| Binary | 11010011 | 111111 | 11111111 | 10001 | 1001011 | 0 | 0 | 100011110 | 1100100 | 111110 |
Color Harmonies of #D33FFF
Complementary color
Monochromatic Colors of #D33FFF
Black with #D33FFF
Text Example
Text Example
White with #D33FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FFF; }
p { color: rgb(211,63,255); }
H1.HeaderClassName
{
color: #D33FFF;
}
.AnyTagClassName
{
color: #D33FFF;
}
</style>
background-color css
<style>
a { background-color: #D33FFF; }
a { background-color: rgb(211,63,255); }
div.DivClassName
{
background-color: #D33FFF;
}
.BgClassName
{
background-color: #D33FFF;
}
</style>
border-color css
<style>
span { border-color: #D33FFF; }
span { border-color: rgb(211,63,255); }
td.TdClassName
{
border-color: #D33FFF;
}
.TagClassName
{
border-color: #D33FFF;
}
</style>