Shades of Psychedelic Purple #DD1FFA
Tints of Psychedelic Purple #DD1FFA
RGB
CMYK
RGB Variations
Color information
#DD1FFA (or 0xDD1FFA) is known color: Psychedelic Purple. HEX triplet: DD, 1F and FA. RGB value is (221,31,250). Sum of RGB (Red+Green+Blue) = 221+31+250=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1FFA is #22E005. Grayscale: #707070. Windows color (decimal): -2285574 or 16392157. OLE color: 16392157.
HSL color Cylindrical-coordinate representation of color #DD1FFA: hue angle of 292.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1FFA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 31 | 250 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 292.05º | 0.96% | 0.55% | - |
| HSV(B) | 292.05º | 0.88% | 0.98% | - |
| XYZ | 47.56 | 23.25 | 92.42 | - |
| YUV | 112.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 250 | 0.12 | 0.88 | 0 | 0.02 | 292.05 | 0.96 | 0.55 |
| Hex | DD | 1F | FA | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 335 | 37 | 372 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011101 | 11111 | 11111010 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DD1FFA
Complementary color
Monochromatic Colors of #DD1FFA
Black with #DD1FFA
Text Example
Text Example
White with #DD1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FFA; }
p { color: rgb(221,31,250); }
H1.HeaderClassName
{
color: #DD1FFA;
}
.AnyTagClassName
{
color: #DD1FFA;
}
</style>
background-color css
<style>
a { background-color: #DD1FFA; }
a { background-color: rgb(221,31,250); }
div.DivClassName
{
background-color: #DD1FFA;
}
.BgClassName
{
background-color: #DD1FFA;
}
</style>
border-color css
<style>
span { border-color: #DD1FFA; }
span { border-color: rgb(221,31,250); }
td.TdClassName
{
border-color: #DD1FFA;
}
.TagClassName
{
border-color: #DD1FFA;
}
</style>