Shades of Psychedelic Purple #DD06FA
Tints of Psychedelic Purple #DD06FA
RGB
CMYK
RGB Variations
Color information
#DD06FA (or 0xDD06FA) is known color: Psychedelic Purple. HEX triplet: DD, 06 and FA. RGB value is (221,6,250). Sum of RGB (Red+Green+Blue) = 221+6+250=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06FA is #22F905. Grayscale: #616161. Windows color (decimal): -2291974 or 16385757. OLE color: 16385757.
HSL color Cylindrical-coordinate representation of color #DD06FA: hue angle of 292.87º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD06FA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 6 | 250 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.02 |
| HSL | 292.87º | 0.96% | 0.5% | - |
| HSV(B) | 292.87º | 0.98% | 0.98% | - |
| XYZ | 47.14 | 22.4 | 92.28 | - |
| YUV | 98.1 | 213.73 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 250 | 0.12 | 0.98 | 0 | 0.02 | 292.87 | 0.96 | 0.5 |
| Hex | DD | 6 | FA | C | 62 | 0 | 2 | 125 | 60 | 32 |
| Octal | 335 | 6 | 372 | 14 | 142 | 0 | 2 | 445 | 140 | 62 |
| Binary | 11011101 | 110 | 11111010 | 1100 | 1100010 | 0 | 10 | 100100101 | 1100000 | 110010 |
Color Harmonies of #DD06FA
Complementary color
Monochromatic Colors of #DD06FA
Black with #DD06FA
Text Example
Text Example
White with #DD06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06FA; }
p { color: rgb(221,6,250); }
H1.HeaderClassName
{
color: #DD06FA;
}
.AnyTagClassName
{
color: #DD06FA;
}
</style>
background-color css
<style>
a { background-color: #DD06FA; }
a { background-color: rgb(221,6,250); }
div.DivClassName
{
background-color: #DD06FA;
}
.BgClassName
{
background-color: #DD06FA;
}
</style>
border-color css
<style>
span { border-color: #DD06FA; }
span { border-color: rgb(221,6,250); }
td.TdClassName
{
border-color: #DD06FA;
}
.TagClassName
{
border-color: #DD06FA;
}
</style>