Shades of Psychedelic Purple #DD15F8
Tints of Psychedelic Purple #DD15F8
RGB
CMYK
RGB Variations
Color information
#DD15F8 (or 0xDD15F8) is known color: Psychedelic Purple. HEX triplet: DD, 15 and F8. RGB value is (221,21,248). Sum of RGB (Red+Green+Blue) = 221+21+248=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD15F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15F8 is #22EA07. Grayscale: #696969. Windows color (decimal): -2288136 or 16258525. OLE color: 16258525.
HSL color Cylindrical-coordinate representation of color #DD15F8: hue angle of 292.86º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD15F8 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 21 | 248 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.03 |
| HSL | 292.86º | 0.94% | 0.53% | - |
| HSV(B) | 292.86º | 0.92% | 0.97% | - |
| XYZ | 47.03 | 22.69 | 90.71 | - |
| YUV | 106.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 248 | 0.11 | 0.92 | 0 | 0.03 | 292.86 | 0.94 | 0.53 |
| Hex | DD | 15 | F8 | B | 5C | 0 | 3 | 125 | 5E | 35 |
| Octal | 335 | 25 | 370 | 13 | 134 | 0 | 3 | 445 | 136 | 65 |
| Binary | 11011101 | 10101 | 11111000 | 1011 | 1011100 | 0 | 11 | 100100101 | 1011110 | 110101 |
Color Harmonies of #DD15F8
Complementary color
Monochromatic Colors of #DD15F8
Black with #DD15F8
Text Example
Text Example
White with #DD15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15F8; }
p { color: rgb(221,21,248); }
H1.HeaderClassName
{
color: #DD15F8;
}
.AnyTagClassName
{
color: #DD15F8;
}
</style>
background-color css
<style>
a { background-color: #DD15F8; }
a { background-color: rgb(221,21,248); }
div.DivClassName
{
background-color: #DD15F8;
}
.BgClassName
{
background-color: #DD15F8;
}
</style>
border-color css
<style>
span { border-color: #DD15F8; }
span { border-color: rgb(221,21,248); }
td.TdClassName
{
border-color: #DD15F8;
}
.TagClassName
{
border-color: #DD15F8;
}
</style>