Shades of Psychedelic Purple #DD15F6
Tints of Psychedelic Purple #DD15F6
RGB
CMYK
RGB Variations
Color information
#DD15F6 (or 0xDD15F6) is known color: Psychedelic Purple. HEX triplet: DD, 15 and F6. RGB value is (221,21,246). Sum of RGB (Red+Green+Blue) = 221+21+246=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD15F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15F6 is #22EA09. Grayscale: #696969. Windows color (decimal): -2288138 or 16127453. OLE color: 16127453.
HSL color Cylindrical-coordinate representation of color #DD15F6: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15F6 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 21 | 246 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.04 |
| HSL | 293.33º | 0.93% | 0.52% | - |
| HSV(B) | 293.33º | 0.91% | 0.96% | - |
| XYZ | 46.72 | 22.56 | 89.08 | - |
| YUV | 106.45 | 206.76 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 246 | 0.10 | 0.91 | 0 | 0.04 | 293.33 | 0.93 | 0.52 |
| Hex | DD | 15 | F6 | A | 5B | 0 | 4 | 125 | 5D | 34 |
| Octal | 335 | 25 | 366 | 12 | 133 | 0 | 4 | 445 | 135 | 64 |
| Binary | 11011101 | 10101 | 11110110 | 1010 | 1011011 | 0 | 100 | 100100101 | 1011101 | 110100 |
Color Harmonies of #DD15F6
Complementary color
Monochromatic Colors of #DD15F6
Black with #DD15F6
Text Example
Text Example
White with #DD15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15F6; }
p { color: rgb(221,21,246); }
H1.HeaderClassName
{
color: #DD15F6;
}
.AnyTagClassName
{
color: #DD15F6;
}
</style>
background-color css
<style>
a { background-color: #DD15F6; }
a { background-color: rgb(221,21,246); }
div.DivClassName
{
background-color: #DD15F6;
}
.BgClassName
{
background-color: #DD15F6;
}
</style>
border-color css
<style>
span { border-color: #DD15F6; }
span { border-color: rgb(221,21,246); }
td.TdClassName
{
border-color: #DD15F6;
}
.TagClassName
{
border-color: #DD15F6;
}
</style>