Shades of Psychedelic Purple #DD15FF
Tints of Psychedelic Purple #DD15FF
RGB
CMYK
RGB Variations
Color information
#DD15FF (or 0xDD15FF) is known color: Psychedelic Purple. HEX triplet: DD, 15 and FF. RGB value is (221,21,255). Sum of RGB (Red+Green+Blue) = 221+21+255=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15FF is #22EA00. Grayscale: #6A6A6A. Windows color (decimal): -2288129 or 16717277. OLE color: 16717277.
HSL color Cylindrical-coordinate representation of color #DD15FF: hue angle of 291.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD15FF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 21 | 255 | - |
| CMYK | 0.13 | 0.92 | 0 | 0 |
| HSL | 291.28º | 1% | 0.54% | - |
| HSV(B) | 291.28º | 0.92% | 1% | - |
| XYZ | 48.14 | 23.13 | 96.53 | - |
| YUV | 107.48 | 211.26 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 255 | 0.13 | 0.92 | 0 | 0 | 291.28 | 1 | 0.54 |
| Hex | DD | 15 | FF | D | 5C | 0 | 0 | 123 | 64 | 36 |
| Octal | 335 | 25 | 377 | 15 | 134 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011101 | 10101 | 11111111 | 1101 | 1011100 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DD15FF
Complementary color
Monochromatic Colors of #DD15FF
Black with #DD15FF
Text Example
Text Example
White with #DD15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15FF; }
p { color: rgb(221,21,255); }
H1.HeaderClassName
{
color: #DD15FF;
}
.AnyTagClassName
{
color: #DD15FF;
}
</style>
background-color css
<style>
a { background-color: #DD15FF; }
a { background-color: rgb(221,21,255); }
div.DivClassName
{
background-color: #DD15FF;
}
.BgClassName
{
background-color: #DD15FF;
}
</style>
border-color css
<style>
span { border-color: #DD15FF; }
span { border-color: rgb(221,21,255); }
td.TdClassName
{
border-color: #DD15FF;
}
.TagClassName
{
border-color: #DD15FF;
}
</style>