Shades of Psychedelic Purple #DD11FA
Tints of Psychedelic Purple #DD11FA
RGB
CMYK
RGB Variations
Color information
#DD11FA (or 0xDD11FA) is known color: Psychedelic Purple. HEX triplet: DD, 11 and FA. RGB value is (221,17,250). Sum of RGB (Red+Green+Blue) = 221+17+250=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11FA is #22EE05. Grayscale: #676767. Windows color (decimal): -2289158 or 16388573. OLE color: 16388573.
HSL color Cylindrical-coordinate representation of color #DD11FA: hue angle of 292.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD11FA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 17 | 250 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.02 |
| HSL | 292.53º | 0.96% | 0.52% | - |
| HSV(B) | 292.53º | 0.93% | 0.98% | - |
| XYZ | 47.27 | 22.68 | 92.33 | - |
| YUV | 104.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 250 | 0.12 | 0.93 | 0 | 0.02 | 292.53 | 0.96 | 0.52 |
| Hex | DD | 11 | FA | C | 5D | 0 | 2 | 125 | 60 | 34 |
| Octal | 335 | 21 | 372 | 14 | 135 | 0 | 2 | 445 | 140 | 64 |
| Binary | 11011101 | 10001 | 11111010 | 1100 | 1011101 | 0 | 10 | 100100101 | 1100000 | 110100 |
Color Harmonies of #DD11FA
Complementary color
Monochromatic Colors of #DD11FA
Black with #DD11FA
Text Example
Text Example
White with #DD11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11FA; }
p { color: rgb(221,17,250); }
H1.HeaderClassName
{
color: #DD11FA;
}
.AnyTagClassName
{
color: #DD11FA;
}
</style>
background-color css
<style>
a { background-color: #DD11FA; }
a { background-color: rgb(221,17,250); }
div.DivClassName
{
background-color: #DD11FA;
}
.BgClassName
{
background-color: #DD11FA;
}
</style>
border-color css
<style>
span { border-color: #DD11FA; }
span { border-color: rgb(221,17,250); }
td.TdClassName
{
border-color: #DD11FA;
}
.TagClassName
{
border-color: #DD11FA;
}
</style>