Shades of Psychedelic Purple #DD06F7
Tints of Psychedelic Purple #DD06F7
RGB
CMYK
RGB Variations
Color information
#DD06F7 (or 0xDD06F7) is known color: Psychedelic Purple. HEX triplet: DD, 06 and F7. RGB value is (221,6,247). Sum of RGB (Red+Green+Blue) = 221+6+247=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD06F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06F7 is #22F908. Grayscale: #616161. Windows color (decimal): -2291977 or 16189149. OLE color: 16189149.
HSL color Cylindrical-coordinate representation of color #DD06F7: hue angle of 293.53º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD06F7 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 6 | 247 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.03 |
| HSL | 293.53º | 0.95% | 0.5% | - |
| HSV(B) | 293.53º | 0.98% | 0.97% | - |
| XYZ | 46.67 | 22.22 | 89.82 | - |
| YUV | 97.76 | 212.23 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 247 | 0.11 | 0.98 | 0 | 0.03 | 293.53 | 0.95 | 0.5 |
| Hex | DD | 6 | F7 | B | 62 | 0 | 3 | 126 | 5F | 32 |
| Octal | 335 | 6 | 367 | 13 | 142 | 0 | 3 | 446 | 137 | 62 |
| Binary | 11011101 | 110 | 11110111 | 1011 | 1100010 | 0 | 11 | 100100110 | 1011111 | 110010 |
Color Harmonies of #DD06F7
Complementary color
Monochromatic Colors of #DD06F7
Black with #DD06F7
Text Example
Text Example
White with #DD06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06F7; }
p { color: rgb(221,6,247); }
H1.HeaderClassName
{
color: #DD06F7;
}
.AnyTagClassName
{
color: #DD06F7;
}
</style>
background-color css
<style>
a { background-color: #DD06F7; }
a { background-color: rgb(221,6,247); }
div.DivClassName
{
background-color: #DD06F7;
}
.BgClassName
{
background-color: #DD06F7;
}
</style>
border-color css
<style>
span { border-color: #DD06F7; }
span { border-color: rgb(221,6,247); }
td.TdClassName
{
border-color: #DD06F7;
}
.TagClassName
{
border-color: #DD06F7;
}
</style>