Shades of Psychedelic Purple #DD06F1
Tints of Psychedelic Purple #DD06F1
RGB
CMYK
RGB Variations
Color information
#DD06F1 (or 0xDD06F1) is known color: Psychedelic Purple. HEX triplet: DD, 06 and F1. RGB value is (221,6,241). Sum of RGB (Red+Green+Blue) = 221+6+241=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD06F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06F1 is #22F90E. Grayscale: #606060. Windows color (decimal): -2291983 or 15795933. OLE color: 15795933.
HSL color Cylindrical-coordinate representation of color #DD06F1: hue angle of 294.89º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD06F1 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 6 | 241 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.05 |
| HSL | 294.89º | 0.95% | 0.48% | - |
| HSV(B) | 294.89º | 0.98% | 0.95% | - |
| XYZ | 45.76 | 21.85 | 85.03 | - |
| YUV | 97.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 241 | 0.08 | 0.98 | 0 | 0.05 | 294.89 | 0.95 | 0.48 |
| Hex | DD | 6 | F1 | 8 | 62 | 0 | 5 | 127 | 5F | 30 |
| Octal | 335 | 6 | 361 | 10 | 142 | 0 | 5 | 447 | 137 | 60 |
| Binary | 11011101 | 110 | 11110001 | 1000 | 1100010 | 0 | 101 | 100100111 | 1011111 | 110000 |
Color Harmonies of #DD06F1
Complementary color
Monochromatic Colors of #DD06F1
Black with #DD06F1
Text Example
Text Example
White with #DD06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06F1; }
p { color: rgb(221,6,241); }
H1.HeaderClassName
{
color: #DD06F1;
}
.AnyTagClassName
{
color: #DD06F1;
}
</style>
background-color css
<style>
a { background-color: #DD06F1; }
a { background-color: rgb(221,6,241); }
div.DivClassName
{
background-color: #DD06F1;
}
.BgClassName
{
background-color: #DD06F1;
}
</style>
border-color css
<style>
span { border-color: #DD06F1; }
span { border-color: rgb(221,6,241); }
td.TdClassName
{
border-color: #DD06F1;
}
.TagClassName
{
border-color: #DD06F1;
}
</style>