Shades of Psychedelic Purple #DD11F7
Tints of Psychedelic Purple #DD11F7
RGB
CMYK
RGB Variations
Color information
#DD11F7 (or 0xDD11F7) is known color: Psychedelic Purple. HEX triplet: DD, 11 and F7. RGB value is (221,17,247). Sum of RGB (Red+Green+Blue) = 221+17+247=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD11F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11F7 is #22EE08. Grayscale: #676767. Windows color (decimal): -2289161 or 16191965. OLE color: 16191965.
HSL color Cylindrical-coordinate representation of color #DD11F7: hue angle of 293.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD11F7 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 17 | 247 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.03 |
| HSL | 293.22º | 0.93% | 0.52% | - |
| HSV(B) | 293.22º | 0.93% | 0.97% | - |
| XYZ | 46.81 | 22.49 | 89.87 | - |
| YUV | 104.22 | 208.59 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 247 | 0.11 | 0.93 | 0 | 0.03 | 293.22 | 0.93 | 0.52 |
| Hex | DD | 11 | F7 | B | 5D | 0 | 3 | 125 | 5D | 34 |
| Octal | 335 | 21 | 367 | 13 | 135 | 0 | 3 | 445 | 135 | 64 |
| Binary | 11011101 | 10001 | 11110111 | 1011 | 1011101 | 0 | 11 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DD11F7
Complementary color
Monochromatic Colors of #DD11F7
Black with #DD11F7
Text Example
Text Example
White with #DD11F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11F7; }
p { color: rgb(221,17,247); }
H1.HeaderClassName
{
color: #DD11F7;
}
.AnyTagClassName
{
color: #DD11F7;
}
</style>
background-color css
<style>
a { background-color: #DD11F7; }
a { background-color: rgb(221,17,247); }
div.DivClassName
{
background-color: #DD11F7;
}
.BgClassName
{
background-color: #DD11F7;
}
</style>
border-color css
<style>
span { border-color: #DD11F7; }
span { border-color: rgb(221,17,247); }
td.TdClassName
{
border-color: #DD11F7;
}
.TagClassName
{
border-color: #DD11F7;
}
</style>