Shades of Psychedelic Purple #DD06F8
Tints of Psychedelic Purple #DD06F8
RGB
CMYK
RGB Variations
Color information
#DD06F8 (or 0xDD06F8) is known color: Psychedelic Purple. HEX triplet: DD, 06 and F8. RGB value is (221,6,248). Sum of RGB (Red+Green+Blue) = 221+6+248=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD06F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06F8 is #22F907. Grayscale: #616161. Windows color (decimal): -2291976 or 16254685. OLE color: 16254685.
HSL color Cylindrical-coordinate representation of color #DD06F8: hue angle of 293.31º 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 #DD06F8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 6 | 248 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.03 |
| HSL | 293.31º | 0.95% | 0.5% | - |
| HSV(B) | 293.31º | 0.98% | 0.97% | - |
| XYZ | 46.83 | 22.28 | 90.64 | - |
| YUV | 97.87 | 212.73 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 248 | 0.11 | 0.98 | 0 | 0.03 | 293.31 | 0.95 | 0.5 |
| Hex | DD | 6 | F8 | B | 62 | 0 | 3 | 125 | 5F | 32 |
| Octal | 335 | 6 | 370 | 13 | 142 | 0 | 3 | 445 | 137 | 62 |
| Binary | 11011101 | 110 | 11111000 | 1011 | 1100010 | 0 | 11 | 100100101 | 1011111 | 110010 |
Color Harmonies of #DD06F8
Complementary color
Monochromatic Colors of #DD06F8
Black with #DD06F8
Text Example
Text Example
White with #DD06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06F8; }
p { color: rgb(221,6,248); }
H1.HeaderClassName
{
color: #DD06F8;
}
.AnyTagClassName
{
color: #DD06F8;
}
</style>
background-color css
<style>
a { background-color: #DD06F8; }
a { background-color: rgb(221,6,248); }
div.DivClassName
{
background-color: #DD06F8;
}
.BgClassName
{
background-color: #DD06F8;
}
</style>
border-color css
<style>
span { border-color: #DD06F8; }
span { border-color: rgb(221,6,248); }
td.TdClassName
{
border-color: #DD06F8;
}
.TagClassName
{
border-color: #DD06F8;
}
</style>