Shades of Psychedelic Purple #DD38FE
Tints of Psychedelic Purple #DD38FE
RGB
CMYK
RGB Variations
Color information
#DD38FE (or 0xDD38FE) is known color: Psychedelic Purple. HEX triplet: DD, 38 and FE. RGB value is (221,56,254). Sum of RGB (Red+Green+Blue) = 221+56+254=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 56 (22.27% from 255 or 10.55% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD38FE is #22C701. Grayscale: #7F7F7F. Windows color (decimal): -2279170 or 16660701. OLE color: 16660701.
HSL color Cylindrical-coordinate representation of color #DD38FE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD38FE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 56 | 254 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.00 |
| HSL | 290º | 0.99% | 0.61% | - |
| HSV(B) | 290º | 0.78% | 1% | - |
| XYZ | 49.12 | 25.36 | 96.07 | - |
| YUV | 127.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 254 | 0.13 | 0.78 | 0 | 0.00 | 290 | 0.99 | 0.61 |
| Hex | DD | 38 | FE | D | 4E | 0 | 0 | 122 | 63 | 3D |
| Octal | 335 | 70 | 376 | 15 | 116 | 0 | 0 | 442 | 143 | 75 |
| Binary | 11011101 | 111000 | 11111110 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100011 | 111101 |
Color Harmonies of #DD38FE
Complementary color
Monochromatic Colors of #DD38FE
Black with #DD38FE
Text Example
Text Example
White with #DD38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD38FE; }
p { color: rgb(221,56,254); }
H1.HeaderClassName
{
color: #DD38FE;
}
.AnyTagClassName
{
color: #DD38FE;
}
</style>
background-color css
<style>
a { background-color: #DD38FE; }
a { background-color: rgb(221,56,254); }
div.DivClassName
{
background-color: #DD38FE;
}
.BgClassName
{
background-color: #DD38FE;
}
</style>
border-color css
<style>
span { border-color: #DD38FE; }
span { border-color: rgb(221,56,254); }
td.TdClassName
{
border-color: #DD38FE;
}
.TagClassName
{
border-color: #DD38FE;
}
</style>