Shades of Heliotrope #DD91FC
Tints of Heliotrope #DD91FC
RGB
CMYK
RGB Variations
Color information
#DD91FC (or 0xDD91FC) is known color: Heliotrope. HEX triplet: DD, 91 and FC. RGB value is (221,145,252). Sum of RGB (Red+Green+Blue) = 221+145+252=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91FC is #226E03. Grayscale: #B3B3B3. Windows color (decimal): -2256388 or 16552413. OLE color: 16552413.
HSL color Cylindrical-coordinate representation of color #DD91FC: hue angle of 282.62º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD91FC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 145 | 252 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.01 |
| HSL | 282.62º | 0.95% | 0.78% | - |
| HSV(B) | 282.62º | 0.42% | 0.99% | - |
| XYZ | 57.51 | 42.65 | 97.3 | - |
| YUV | 179.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 252 | 0.12 | 0.42 | 0 | 0.01 | 282.62 | 0.95 | 0.78 |
| Hex | DD | 91 | FC | C | 2A | 0 | 1 | 11B | 5F | 4E |
| Octal | 335 | 221 | 374 | 14 | 52 | 0 | 1 | 433 | 137 | 116 |
| Binary | 11011101 | 10010001 | 11111100 | 1100 | 101010 | 0 | 1 | 100011011 | 1011111 | 1001110 |
Color Harmonies of #DD91FC
Complementary color
Monochromatic Colors of #DD91FC
Black with #DD91FC
Text Example
Text Example
White with #DD91FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91FC; }
p { color: rgb(221,145,252); }
H1.HeaderClassName
{
color: #DD91FC;
}
.AnyTagClassName
{
color: #DD91FC;
}
</style>
background-color css
<style>
a { background-color: #DD91FC; }
a { background-color: rgb(221,145,252); }
div.DivClassName
{
background-color: #DD91FC;
}
.BgClassName
{
background-color: #DD91FC;
}
</style>
border-color css
<style>
span { border-color: #DD91FC; }
span { border-color: rgb(221,145,252); }
td.TdClassName
{
border-color: #DD91FC;
}
.TagClassName
{
border-color: #DD91FC;
}
</style>