Shades of Psychedelic Purple #DD31FC
Tints of Psychedelic Purple #DD31FC
RGB
CMYK
RGB Variations
Color information
#DD31FC (or 0xDD31FC) is known color: Psychedelic Purple. HEX triplet: DD, 31 and FC. RGB value is (221,49,252). Sum of RGB (Red+Green+Blue) = 221+49+252=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD31FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31FC is #22CE03. Grayscale: #7A7A7A. Windows color (decimal): -2280964 or 16527837. OLE color: 16527837.
HSL color Cylindrical-coordinate representation of color #DD31FC: hue angle of 290.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD31FC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 49 | 252 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.01 |
| HSL | 290.84º | 0.97% | 0.59% | - |
| HSV(B) | 290.84º | 0.81% | 0.99% | - |
| XYZ | 48.49 | 24.6 | 94.29 | - |
| YUV | 123.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 252 | 0.12 | 0.81 | 0 | 0.01 | 290.84 | 0.97 | 0.59 |
| Hex | DD | 31 | FC | C | 51 | 0 | 1 | 123 | 61 | 3B |
| Octal | 335 | 61 | 374 | 14 | 121 | 0 | 1 | 443 | 141 | 73 |
| Binary | 11011101 | 110001 | 11111100 | 1100 | 1010001 | 0 | 1 | 100100011 | 1100001 | 111011 |
Color Harmonies of #DD31FC
Complementary color
Monochromatic Colors of #DD31FC
Black with #DD31FC
Text Example
Text Example
White with #DD31FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31FC; }
p { color: rgb(221,49,252); }
H1.HeaderClassName
{
color: #DD31FC;
}
.AnyTagClassName
{
color: #DD31FC;
}
</style>
background-color css
<style>
a { background-color: #DD31FC; }
a { background-color: rgb(221,49,252); }
div.DivClassName
{
background-color: #DD31FC;
}
.BgClassName
{
background-color: #DD31FC;
}
</style>
border-color css
<style>
span { border-color: #DD31FC; }
span { border-color: rgb(221,49,252); }
td.TdClassName
{
border-color: #DD31FC;
}
.TagClassName
{
border-color: #DD31FC;
}
</style>