Shades of Heliotrope #DD90FD
Tints of Heliotrope #DD90FD
RGB
CMYK
RGB Variations
Color information
#DD90FD (or 0xDD90FD) is known color: Heliotrope. HEX triplet: DD, 90 and FD. RGB value is (221,144,253). Sum of RGB (Red+Green+Blue) = 221+144+253=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FD is #226F02. Grayscale: #B3B3B3. Windows color (decimal): -2256643 or 16617693. OLE color: 16617693.
HSL color Cylindrical-coordinate representation of color #DD90FD: hue angle of 282.39º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD90FD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 144 | 253 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.01 |
| HSL | 282.39º | 0.96% | 0.78% | - |
| HSV(B) | 282.39º | 0.43% | 0.99% | - |
| XYZ | 57.52 | 42.41 | 98.08 | - |
| YUV | 179.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 253 | 0.13 | 0.43 | 0 | 0.01 | 282.39 | 0.96 | 0.78 |
| Hex | DD | 90 | FD | D | 2B | 0 | 1 | 11A | 60 | 4E |
| Octal | 335 | 220 | 375 | 15 | 53 | 0 | 1 | 432 | 140 | 116 |
| Binary | 11011101 | 10010000 | 11111101 | 1101 | 101011 | 0 | 1 | 100011010 | 1100000 | 1001110 |
Color Harmonies of #DD90FD
Complementary color
Monochromatic Colors of #DD90FD
Black with #DD90FD
Text Example
Text Example
White with #DD90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90FD; }
p { color: rgb(221,144,253); }
H1.HeaderClassName
{
color: #DD90FD;
}
.AnyTagClassName
{
color: #DD90FD;
}
</style>
background-color css
<style>
a { background-color: #DD90FD; }
a { background-color: rgb(221,144,253); }
div.DivClassName
{
background-color: #DD90FD;
}
.BgClassName
{
background-color: #DD90FD;
}
</style>
border-color css
<style>
span { border-color: #DD90FD; }
span { border-color: rgb(221,144,253); }
td.TdClassName
{
border-color: #DD90FD;
}
.TagClassName
{
border-color: #DD90FD;
}
</style>