Shades of Psychedelic Purple #DD06FF
Tints of Psychedelic Purple #DD06FF
RGB
CMYK
RGB Variations
Color information
#DD06FF (or 0xDD06FF) is known color: Psychedelic Purple. HEX triplet: DD, 06 and FF. RGB value is (221,6,255). Sum of RGB (Red+Green+Blue) = 221+6+255=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06FF is #22F900. Grayscale: #616161. Windows color (decimal): -2291969 or 16713437. OLE color: 16713437.
HSL color Cylindrical-coordinate representation of color #DD06FF: hue angle of 291.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD06FF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 6 | 255 | - |
| CMYK | 0.13 | 0.98 | 0 | 0 |
| HSL | 291.81º | 1% | 0.51% | - |
| HSV(B) | 291.81º | 0.98% | 1% | - |
| XYZ | 47.93 | 22.72 | 96.47 | - |
| YUV | 98.67 | 216.23 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 255 | 0.13 | 0.98 | 0 | 0 | 291.81 | 1 | 0.51 |
| Hex | DD | 6 | FF | D | 62 | 0 | 0 | 124 | 64 | 33 |
| Octal | 335 | 6 | 377 | 15 | 142 | 0 | 0 | 444 | 144 | 63 |
| Binary | 11011101 | 110 | 11111111 | 1101 | 1100010 | 0 | 0 | 100100100 | 1100100 | 110011 |
Color Harmonies of #DD06FF
Complementary color
Monochromatic Colors of #DD06FF
Black with #DD06FF
Text Example
Text Example
White with #DD06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06FF; }
p { color: rgb(221,6,255); }
H1.HeaderClassName
{
color: #DD06FF;
}
.AnyTagClassName
{
color: #DD06FF;
}
</style>
background-color css
<style>
a { background-color: #DD06FF; }
a { background-color: rgb(221,6,255); }
div.DivClassName
{
background-color: #DD06FF;
}
.BgClassName
{
background-color: #DD06FF;
}
</style>
border-color css
<style>
span { border-color: #DD06FF; }
span { border-color: rgb(221,6,255); }
td.TdClassName
{
border-color: #DD06FF;
}
.TagClassName
{
border-color: #DD06FF;
}
</style>