Shades of Psychedelic Purple #DD2AF1
Tints of Psychedelic Purple #DD2AF1
RGB
CMYK
RGB Variations
Color information
#DD2AF1 (or 0xDD2AF1) is known color: Psychedelic Purple. HEX triplet: DD, 2A and F1. RGB value is (221,42,241). Sum of RGB (Red+Green+Blue) = 221+42+241=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD2AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AF1 is #22D50E. Grayscale: #757575. Windows color (decimal): -2282767 or 15805149. OLE color: 15805149.
HSL color Cylindrical-coordinate representation of color #DD2AF1: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2AF1 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 42 | 241 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.05 |
| HSL | 293.97º | 0.88% | 0.55% | - |
| HSV(B) | 293.97º | 0.83% | 0.95% | - |
| XYZ | 46.52 | 23.38 | 85.28 | - |
| YUV | 118.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 241 | 0.08 | 0.83 | 0 | 0.05 | 293.97 | 0.88 | 0.55 |
| Hex | DD | 2A | F1 | 8 | 53 | 0 | 5 | 126 | 58 | 37 |
| Octal | 335 | 52 | 361 | 10 | 123 | 0 | 5 | 446 | 130 | 67 |
| Binary | 11011101 | 101010 | 11110001 | 1000 | 1010011 | 0 | 101 | 100100110 | 1011000 | 110111 |
Color Harmonies of #DD2AF1
Complementary color
Monochromatic Colors of #DD2AF1
Black with #DD2AF1
Text Example
Text Example
White with #DD2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AF1; }
p { color: rgb(221,42,241); }
H1.HeaderClassName
{
color: #DD2AF1;
}
.AnyTagClassName
{
color: #DD2AF1;
}
</style>
background-color css
<style>
a { background-color: #DD2AF1; }
a { background-color: rgb(221,42,241); }
div.DivClassName
{
background-color: #DD2AF1;
}
.BgClassName
{
background-color: #DD2AF1;
}
</style>
border-color css
<style>
span { border-color: #DD2AF1; }
span { border-color: rgb(221,42,241); }
td.TdClassName
{
border-color: #DD2AF1;
}
.TagClassName
{
border-color: #DD2AF1;
}
</style>