Shades of Heliotrope #D33DFF
Tints of Heliotrope #D33DFF
RGB
CMYK
RGB Variations
Color information
#D33DFF (or 0xD33DFF) is known color: Heliotrope. HEX triplet: D3, 3D and FF. RGB value is (211,61,255). Sum of RGB (Red+Green+Blue) = 211+61+255=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #D33DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DFF is #2CC200. Grayscale: #7F7F7F. Windows color (decimal): -2933249 or 16727507. OLE color: 16727507.
HSL color Cylindrical-coordinate representation of color #D33DFF: hue angle of 286.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33DFF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 61 | 255 | - |
| CMYK | 0.17 | 0.76 | 0 | 0 |
| HSL | 286.39º | 1% | 0.62% | - |
| HSV(B) | 286.39º | 0.76% | 1% | - |
| XYZ | 46.58 | 24.41 | 96.86 | - |
| YUV | 127.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 255 | 0.17 | 0.76 | 0 | 0 | 286.39 | 1 | 0.62 |
| Hex | D3 | 3D | FF | 11 | 4C | 0 | 0 | 11E | 64 | 3E |
| Octal | 323 | 75 | 377 | 21 | 114 | 0 | 0 | 436 | 144 | 76 |
| Binary | 11010011 | 111101 | 11111111 | 10001 | 1001100 | 0 | 0 | 100011110 | 1100100 | 111110 |
Color Harmonies of #D33DFF
Complementary color
Monochromatic Colors of #D33DFF
Black with #D33DFF
Text Example
Text Example
White with #D33DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DFF; }
p { color: rgb(211,61,255); }
H1.HeaderClassName
{
color: #D33DFF;
}
.AnyTagClassName
{
color: #D33DFF;
}
</style>
background-color css
<style>
a { background-color: #D33DFF; }
a { background-color: rgb(211,61,255); }
div.DivClassName
{
background-color: #D33DFF;
}
.BgClassName
{
background-color: #D33DFF;
}
</style>
border-color css
<style>
span { border-color: #D33DFF; }
span { border-color: rgb(211,61,255); }
td.TdClassName
{
border-color: #D33DFF;
}
.TagClassName
{
border-color: #D33DFF;
}
</style>