Shades of Psychedelic Purple #DD15F0
Tints of Psychedelic Purple #DD15F0
RGB
CMYK
RGB Variations
Color information
#DD15F0 (or 0xDD15F0) is known color: Psychedelic Purple. HEX triplet: DD, 15 and F0. RGB value is (221,21,240). Sum of RGB (Red+Green+Blue) = 221+21+240=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15F0 is #22EA0F. Grayscale: #696969. Windows color (decimal): -2288144 or 15734237. OLE color: 15734237.
HSL color Cylindrical-coordinate representation of color #DD15F0: hue angle of 294.79º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15F0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 21 | 240 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 294.79º | 0.88% | 0.51% | - |
| HSV(B) | 294.79º | 0.91% | 0.94% | - |
| XYZ | 45.82 | 22.2 | 84.31 | - |
| YUV | 105.77 | 203.76 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 240 | 0.08 | 0.91 | 0 | 0.06 | 294.79 | 0.88 | 0.51 |
| Hex | DD | 15 | F0 | 8 | 5B | 0 | 6 | 127 | 58 | 33 |
| Octal | 335 | 25 | 360 | 10 | 133 | 0 | 6 | 447 | 130 | 63 |
| Binary | 11011101 | 10101 | 11110000 | 1000 | 1011011 | 0 | 110 | 100100111 | 1011000 | 110011 |
Color Harmonies of #DD15F0
Complementary color
Monochromatic Colors of #DD15F0
Black with #DD15F0
Text Example
Text Example
White with #DD15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15F0; }
p { color: rgb(221,21,240); }
H1.HeaderClassName
{
color: #DD15F0;
}
.AnyTagClassName
{
color: #DD15F0;
}
</style>
background-color css
<style>
a { background-color: #DD15F0; }
a { background-color: rgb(221,21,240); }
div.DivClassName
{
background-color: #DD15F0;
}
.BgClassName
{
background-color: #DD15F0;
}
</style>
border-color css
<style>
span { border-color: #DD15F0; }
span { border-color: rgb(221,21,240); }
td.TdClassName
{
border-color: #DD15F0;
}
.TagClassName
{
border-color: #DD15F0;
}
</style>