Shades of Psychedelic Purple #DD15F1
Tints of Psychedelic Purple #DD15F1
RGB
CMYK
RGB Variations
Color information
#DD15F1 (or 0xDD15F1) is known color: Psychedelic Purple. HEX triplet: DD, 15 and F1. RGB value is (221,21,241). Sum of RGB (Red+Green+Blue) = 221+21+241=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15F1 is #22EA0E. Grayscale: #696969. Windows color (decimal): -2288143 or 15799773. OLE color: 15799773.
HSL color Cylindrical-coordinate representation of color #DD15F1: hue angle of 294.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15F1 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 21 | 241 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.05 |
| HSL | 294.55º | 0.89% | 0.51% | - |
| HSV(B) | 294.55º | 0.91% | 0.95% | - |
| XYZ | 45.96 | 22.26 | 85.09 | - |
| YUV | 105.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 241 | 0.08 | 0.91 | 0 | 0.05 | 294.55 | 0.89 | 0.51 |
| Hex | DD | 15 | F1 | 8 | 5B | 0 | 5 | 127 | 59 | 33 |
| Octal | 335 | 25 | 361 | 10 | 133 | 0 | 5 | 447 | 131 | 63 |
| Binary | 11011101 | 10101 | 11110001 | 1000 | 1011011 | 0 | 101 | 100100111 | 1011001 | 110011 |
Color Harmonies of #DD15F1
Complementary color
Monochromatic Colors of #DD15F1
Black with #DD15F1
Text Example
Text Example
White with #DD15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15F1; }
p { color: rgb(221,21,241); }
H1.HeaderClassName
{
color: #DD15F1;
}
.AnyTagClassName
{
color: #DD15F1;
}
</style>
background-color css
<style>
a { background-color: #DD15F1; }
a { background-color: rgb(221,21,241); }
div.DivClassName
{
background-color: #DD15F1;
}
.BgClassName
{
background-color: #DD15F1;
}
</style>
border-color css
<style>
span { border-color: #DD15F1; }
span { border-color: rgb(221,21,241); }
td.TdClassName
{
border-color: #DD15F1;
}
.TagClassName
{
border-color: #DD15F1;
}
</style>