Shades of Psychedelic Purple #DD00F1
Tints of Psychedelic Purple #DD00F1
RGB
CMYK
RGB Variations
Color information
#DD00F1 (or 0xDD00F1) is known color: Psychedelic Purple. HEX triplet: DD, 00 and F1. RGB value is (221,0,241). Sum of RGB (Red+Green+Blue) = 221+0+241=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD00F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00F1 is #22FF0E. Grayscale: #5C5C5C. Windows color (decimal): -2293519 or 15794397. OLE color: 15794397.
HSL color Cylindrical-coordinate representation of color #DD00F1: hue angle of 295.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00F1 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 0 | 241 | - |
| CMYK | 0.08 | 1 | 0 | 0.05 |
| HSL | 295.02º | 1% | 0.47% | - |
| HSV(B) | 295.02º | 1% | 0.95% | - |
| XYZ | 45.7 | 21.72 | 85 | - |
| YUV | 93.55 | 211.22 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 241 | 0.08 | 1 | 0 | 0.05 | 295.02 | 1 | 0.47 |
| Hex | DD | 0 | F1 | 8 | 64 | 0 | 5 | 127 | 64 | 2F |
| Octal | 335 | 0 | 361 | 10 | 144 | 0 | 5 | 447 | 144 | 57 |
| Binary | 11011101 | 0 | 11110001 | 1000 | 1100100 | 0 | 101 | 100100111 | 1100100 | 101111 |
Color Harmonies of #DD00F1
Complementary color
Monochromatic Colors of #DD00F1
Black with #DD00F1
Text Example
Text Example
White with #DD00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00F1; }
p { color: rgb(221,0,241); }
H1.HeaderClassName
{
color: #DD00F1;
}
.AnyTagClassName
{
color: #DD00F1;
}
</style>
background-color css
<style>
a { background-color: #DD00F1; }
a { background-color: rgb(221,0,241); }
div.DivClassName
{
background-color: #DD00F1;
}
.BgClassName
{
background-color: #DD00F1;
}
</style>
border-color css
<style>
span { border-color: #DD00F1; }
span { border-color: rgb(221,0,241); }
td.TdClassName
{
border-color: #DD00F1;
}
.TagClassName
{
border-color: #DD00F1;
}
</style>