Shades of Psychedelic Purple #DD15F7
Tints of Psychedelic Purple #DD15F7
RGB
CMYK
RGB Variations
Color information
#DD15F7 (or 0xDD15F7) is known color: Psychedelic Purple. HEX triplet: DD, 15 and F7. RGB value is (221,21,247). Sum of RGB (Red+Green+Blue) = 221+21+247=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD15F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15F7 is #22EA08. Grayscale: #696969. Windows color (decimal): -2288137 or 16192989. OLE color: 16192989.
HSL color Cylindrical-coordinate representation of color #DD15F7: hue angle of 293.1º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15F7 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 21 | 247 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.03 |
| HSL | 293.1º | 0.93% | 0.53% | - |
| HSV(B) | 293.1º | 0.91% | 0.97% | - |
| XYZ | 46.88 | 22.62 | 89.89 | - |
| YUV | 106.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 247 | 0.11 | 0.91 | 0 | 0.03 | 293.1 | 0.93 | 0.53 |
| Hex | DD | 15 | F7 | B | 5B | 0 | 3 | 125 | 5D | 35 |
| Octal | 335 | 25 | 367 | 13 | 133 | 0 | 3 | 445 | 135 | 65 |
| Binary | 11011101 | 10101 | 11110111 | 1011 | 1011011 | 0 | 11 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DD15F7
Complementary color
Monochromatic Colors of #DD15F7
Black with #DD15F7
Text Example
Text Example
White with #DD15F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15F7; }
p { color: rgb(221,21,247); }
H1.HeaderClassName
{
color: #DD15F7;
}
.AnyTagClassName
{
color: #DD15F7;
}
</style>
background-color css
<style>
a { background-color: #DD15F7; }
a { background-color: rgb(221,21,247); }
div.DivClassName
{
background-color: #DD15F7;
}
.BgClassName
{
background-color: #DD15F7;
}
</style>
border-color css
<style>
span { border-color: #DD15F7; }
span { border-color: rgb(221,21,247); }
td.TdClassName
{
border-color: #DD15F7;
}
.TagClassName
{
border-color: #DD15F7;
}
</style>