Shades of Heliotrope #DD90FE
Tints of Heliotrope #DD90FE
RGB
CMYK
RGB Variations
Color information
#DD90FE (or 0xDD90FE) is known color: Heliotrope. HEX triplet: DD, 90 and FE. RGB value is (221,144,254). Sum of RGB (Red+Green+Blue) = 221+144+254=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FE is #226F01. Grayscale: #B3B3B3. Windows color (decimal): -2256642 or 16683229. OLE color: 16683229.
HSL color Cylindrical-coordinate representation of color #DD90FE: hue angle of 282º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD90FE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 144 | 254 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.00 |
| HSL | 282º | 0.98% | 0.78% | - |
| HSV(B) | 282º | 0.43% | 1% | - |
| XYZ | 57.68 | 42.47 | 98.92 | - |
| YUV | 179.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 254 | 0.13 | 0.43 | 0 | 0.00 | 282 | 0.98 | 0.78 |
| Hex | DD | 90 | FE | D | 2B | 0 | 0 | 11A | 62 | 4E |
| Octal | 335 | 220 | 376 | 15 | 53 | 0 | 0 | 432 | 142 | 116 |
| Binary | 11011101 | 10010000 | 11111110 | 1101 | 101011 | 0 | 0 | 100011010 | 1100010 | 1001110 |
Color Harmonies of #DD90FE
Complementary color
Monochromatic Colors of #DD90FE
Black with #DD90FE
Text Example
Text Example
White with #DD90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90FE; }
p { color: rgb(221,144,254); }
H1.HeaderClassName
{
color: #DD90FE;
}
.AnyTagClassName
{
color: #DD90FE;
}
</style>
background-color css
<style>
a { background-color: #DD90FE; }
a { background-color: rgb(221,144,254); }
div.DivClassName
{
background-color: #DD90FE;
}
.BgClassName
{
background-color: #DD90FE;
}
</style>
border-color css
<style>
span { border-color: #DD90FE; }
span { border-color: rgb(221,144,254); }
td.TdClassName
{
border-color: #DD90FE;
}
.TagClassName
{
border-color: #DD90FE;
}
</style>