Shades of Psychedelic Purple #DD1AFA
Tints of Psychedelic Purple #DD1AFA
RGB
CMYK
RGB Variations
Color information
#DD1AFA (or 0xDD1AFA) is known color: Psychedelic Purple. HEX triplet: DD, 1A and FA. RGB value is (221,26,250). Sum of RGB (Red+Green+Blue) = 221+26+250=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD1AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1AFA is #22E505. Grayscale: #6D6D6D. Windows color (decimal): -2286854 or 16390877. OLE color: 16390877.
HSL color Cylindrical-coordinate representation of color #DD1AFA: hue angle of 292.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1AFA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 26 | 250 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.02 |
| HSL | 292.23º | 0.96% | 0.54% | - |
| HSV(B) | 292.23º | 0.9% | 0.98% | - |
| XYZ | 47.44 | 23.01 | 92.38 | - |
| YUV | 109.84 | 207.1 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 250 | 0.12 | 0.90 | 0 | 0.02 | 292.23 | 0.96 | 0.54 |
| Hex | DD | 1A | FA | C | 5A | 0 | 2 | 124 | 60 | 36 |
| Octal | 335 | 32 | 372 | 14 | 132 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011101 | 11010 | 11111010 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DD1AFA
Complementary color
Monochromatic Colors of #DD1AFA
Black with #DD1AFA
Text Example
Text Example
White with #DD1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1AFA; }
p { color: rgb(221,26,250); }
H1.HeaderClassName
{
color: #DD1AFA;
}
.AnyTagClassName
{
color: #DD1AFA;
}
</style>
background-color css
<style>
a { background-color: #DD1AFA; }
a { background-color: rgb(221,26,250); }
div.DivClassName
{
background-color: #DD1AFA;
}
.BgClassName
{
background-color: #DD1AFA;
}
</style>
border-color css
<style>
span { border-color: #DD1AFA; }
span { border-color: rgb(221,26,250); }
td.TdClassName
{
border-color: #DD1AFA;
}
.TagClassName
{
border-color: #DD1AFA;
}
</style>