Shades of Heliotrope #DD83FE
Tints of Heliotrope #DD83FE
RGB
CMYK
RGB Variations
Color information
#DD83FE (or 0xDD83FE) is known color: Heliotrope. HEX triplet: DD, 83 and FE. RGB value is (221,131,254). Sum of RGB (Red+Green+Blue) = 221+131+254=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83FE is #227C01. Grayscale: #ABABAB. Windows color (decimal): -2259970 or 16679901. OLE color: 16679901.
HSL color Cylindrical-coordinate representation of color #DD83FE: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD83FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 131 | 254 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.00 |
| HSL | 283.9º | 0.98% | 0.75% | - |
| HSV(B) | 283.9º | 0.48% | 1% | - |
| XYZ | 55.82 | 38.76 | 98.31 | - |
| YUV | 171.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 254 | 0.13 | 0.48 | 0 | 0.00 | 283.9 | 0.98 | 0.75 |
| Hex | DD | 83 | FE | D | 30 | 0 | 0 | 11C | 62 | 4B |
| Octal | 335 | 203 | 376 | 15 | 60 | 0 | 0 | 434 | 142 | 113 |
| Binary | 11011101 | 10000011 | 11111110 | 1101 | 110000 | 0 | 0 | 100011100 | 1100010 | 1001011 |
Color Harmonies of #DD83FE
Complementary color
Monochromatic Colors of #DD83FE
Black with #DD83FE
Text Example
Text Example
White with #DD83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83FE; }
p { color: rgb(221,131,254); }
H1.HeaderClassName
{
color: #DD83FE;
}
.AnyTagClassName
{
color: #DD83FE;
}
</style>
background-color css
<style>
a { background-color: #DD83FE; }
a { background-color: rgb(221,131,254); }
div.DivClassName
{
background-color: #DD83FE;
}
.BgClassName
{
background-color: #DD83FE;
}
</style>
border-color css
<style>
span { border-color: #DD83FE; }
span { border-color: rgb(221,131,254); }
td.TdClassName
{
border-color: #DD83FE;
}
.TagClassName
{
border-color: #DD83FE;
}
</style>