Shades of Heliotrope #DD40FE
Tints of Heliotrope #DD40FE
RGB
CMYK
RGB Variations
Color information
#DD40FE (or 0xDD40FE) is known color: Heliotrope. HEX triplet: DD, 40 and FE. RGB value is (221,64,254). Sum of RGB (Red+Green+Blue) = 221+64+254=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 64 (25.39% from 255 or 11.87% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40FE is #22BF01. Grayscale: #848484. Windows color (decimal): -2277122 or 16662749. OLE color: 16662749.
HSL color Cylindrical-coordinate representation of color #DD40FE: hue angle of 289.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD40FE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 64 | 254 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.00 |
| HSL | 289.58º | 0.99% | 0.62% | - |
| HSV(B) | 289.58º | 0.75% | 1% | - |
| XYZ | 49.54 | 26.19 | 96.21 | - |
| YUV | 132.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 254 | 0.13 | 0.75 | 0 | 0.00 | 289.58 | 0.99 | 0.62 |
| Hex | DD | 40 | FE | D | 4B | 0 | 0 | 122 | 63 | 3E |
| Octal | 335 | 100 | 376 | 15 | 113 | 0 | 0 | 442 | 143 | 76 |
| Binary | 11011101 | 1000000 | 11111110 | 1101 | 1001011 | 0 | 0 | 100100010 | 1100011 | 111110 |
Color Harmonies of #DD40FE
Complementary color
Monochromatic Colors of #DD40FE
Black with #DD40FE
Text Example
Text Example
White with #DD40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40FE; }
p { color: rgb(221,64,254); }
H1.HeaderClassName
{
color: #DD40FE;
}
.AnyTagClassName
{
color: #DD40FE;
}
</style>
background-color css
<style>
a { background-color: #DD40FE; }
a { background-color: rgb(221,64,254); }
div.DivClassName
{
background-color: #DD40FE;
}
.BgClassName
{
background-color: #DD40FE;
}
</style>
border-color css
<style>
span { border-color: #DD40FE; }
span { border-color: rgb(221,64,254); }
td.TdClassName
{
border-color: #DD40FE;
}
.TagClassName
{
border-color: #DD40FE;
}
</style>