Shades of Psychedelic Purple #DD18FE
Tints of Psychedelic Purple #DD18FE
RGB
CMYK
RGB Variations
Color information
#DD18FE (or 0xDD18FE) is known color: Psychedelic Purple. HEX triplet: DD, 18 and FE. RGB value is (221,24,254). Sum of RGB (Red+Green+Blue) = 221+24+254=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18FE is #22E701. Grayscale: #6C6C6C. Windows color (decimal): -2287362 or 16652509. OLE color: 16652509.
HSL color Cylindrical-coordinate representation of color #DD18FE: hue angle of 291.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD18FE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 24 | 254 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.00 |
| HSL | 291.39º | 0.99% | 0.55% | - |
| HSV(B) | 291.39º | 0.91% | 1% | - |
| XYZ | 48.03 | 23.18 | 95.71 | - |
| YUV | 109.12 | 209.77 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 254 | 0.13 | 0.91 | 0 | 0.00 | 291.39 | 0.99 | 0.55 |
| Hex | DD | 18 | FE | D | 5B | 0 | 0 | 123 | 63 | 37 |
| Octal | 335 | 30 | 376 | 15 | 133 | 0 | 0 | 443 | 143 | 67 |
| Binary | 11011101 | 11000 | 11111110 | 1101 | 1011011 | 0 | 0 | 100100011 | 1100011 | 110111 |
Color Harmonies of #DD18FE
Complementary color
Monochromatic Colors of #DD18FE
Black with #DD18FE
Text Example
Text Example
White with #DD18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18FE; }
p { color: rgb(221,24,254); }
H1.HeaderClassName
{
color: #DD18FE;
}
.AnyTagClassName
{
color: #DD18FE;
}
</style>
background-color css
<style>
a { background-color: #DD18FE; }
a { background-color: rgb(221,24,254); }
div.DivClassName
{
background-color: #DD18FE;
}
.BgClassName
{
background-color: #DD18FE;
}
</style>
border-color css
<style>
span { border-color: #DD18FE; }
span { border-color: rgb(221,24,254); }
td.TdClassName
{
border-color: #DD18FE;
}
.TagClassName
{
border-color: #DD18FE;
}
</style>