Shades of Psychedelic Purple #DD10FE
Tints of Psychedelic Purple #DD10FE
RGB
CMYK
RGB Variations
Color information
#DD10FE (or 0xDD10FE) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FE. RGB value is (221,16,254). Sum of RGB (Red+Green+Blue) = 221+16+254=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FE is #22EF01. Grayscale: #676767. Windows color (decimal): -2289410 or 16650461. OLE color: 16650461.
HSL color Cylindrical-coordinate representation of color #DD10FE: hue angle of 291.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD10FE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 16 | 254 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.00 |
| HSL | 291.68º | 0.99% | 0.53% | - |
| HSV(B) | 291.68º | 0.94% | 1% | - |
| XYZ | 47.89 | 22.9 | 95.66 | - |
| YUV | 104.43 | 212.42 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 254 | 0.13 | 0.94 | 0 | 0.00 | 291.68 | 0.99 | 0.53 |
| Hex | DD | 10 | FE | D | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 335 | 20 | 376 | 15 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011101 | 10000 | 11111110 | 1101 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DD10FE
Complementary color
Monochromatic Colors of #DD10FE
Black with #DD10FE
Text Example
Text Example
White with #DD10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10FE; }
p { color: rgb(221,16,254); }
H1.HeaderClassName
{
color: #DD10FE;
}
.AnyTagClassName
{
color: #DD10FE;
}
</style>
background-color css
<style>
a { background-color: #DD10FE; }
a { background-color: rgb(221,16,254); }
div.DivClassName
{
background-color: #DD10FE;
}
.BgClassName
{
background-color: #DD10FE;
}
</style>
border-color css
<style>
span { border-color: #DD10FE; }
span { border-color: rgb(221,16,254); }
td.TdClassName
{
border-color: #DD10FE;
}
.TagClassName
{
border-color: #DD10FE;
}
</style>