Shades of Psychedelic Purple #DD2AF0
Tints of Psychedelic Purple #DD2AF0
RGB
CMYK
RGB Variations
Color information
#DD2AF0 (or 0xDD2AF0) is known color: Psychedelic Purple. HEX triplet: DD, 2A and F0. RGB value is (221,42,240). Sum of RGB (Red+Green+Blue) = 221+42+240=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD2AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AF0 is #22D50F. Grayscale: #757575. Windows color (decimal): -2282768 or 15739613. OLE color: 15739613.
HSL color Cylindrical-coordinate representation of color #DD2AF0: hue angle of 294.24º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2AF0 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 42 | 240 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.06 |
| HSL | 294.24º | 0.87% | 0.55% | - |
| HSV(B) | 294.24º | 0.83% | 0.94% | - |
| XYZ | 46.37 | 23.32 | 84.49 | - |
| YUV | 118.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 240 | 0.08 | 0.82 | 0 | 0.06 | 294.24 | 0.87 | 0.55 |
| Hex | DD | 2A | F0 | 8 | 52 | 0 | 6 | 126 | 57 | 37 |
| Octal | 335 | 52 | 360 | 10 | 122 | 0 | 6 | 446 | 127 | 67 |
| Binary | 11011101 | 101010 | 11110000 | 1000 | 1010010 | 0 | 110 | 100100110 | 1010111 | 110111 |
Color Harmonies of #DD2AF0
Complementary color
Monochromatic Colors of #DD2AF0
Black with #DD2AF0
Text Example
Text Example
White with #DD2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AF0; }
p { color: rgb(221,42,240); }
H1.HeaderClassName
{
color: #DD2AF0;
}
.AnyTagClassName
{
color: #DD2AF0;
}
</style>
background-color css
<style>
a { background-color: #DD2AF0; }
a { background-color: rgb(221,42,240); }
div.DivClassName
{
background-color: #DD2AF0;
}
.BgClassName
{
background-color: #DD2AF0;
}
</style>
border-color css
<style>
span { border-color: #DD2AF0; }
span { border-color: rgb(221,42,240); }
td.TdClassName
{
border-color: #DD2AF0;
}
.TagClassName
{
border-color: #DD2AF0;
}
</style>