Shades of Psychedelic Purple #DD0AF1
Tints of Psychedelic Purple #DD0AF1
RGB
CMYK
RGB Variations
Color information
#DD0AF1 (or 0xDD0AF1) is known color: Psychedelic Purple. HEX triplet: DD, 0A and F1. RGB value is (221,10,241). Sum of RGB (Red+Green+Blue) = 221+10+241=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD0AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0AF1 is #22F50E. Grayscale: #626262. Windows color (decimal): -2290959 or 15796957. OLE color: 15796957.
HSL color Cylindrical-coordinate representation of color #DD0AF1: hue angle of 294.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0AF1 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 10 | 241 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.05 |
| HSL | 294.81º | 0.92% | 0.49% | - |
| HSV(B) | 294.81º | 0.96% | 0.95% | - |
| XYZ | 45.8 | 21.94 | 85.04 | - |
| YUV | 99.42 | 207.9 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 241 | 0.08 | 0.96 | 0 | 0.05 | 294.81 | 0.92 | 0.49 |
| Hex | DD | A | F1 | 8 | 60 | 0 | 5 | 127 | 5C | 31 |
| Octal | 335 | 12 | 361 | 10 | 140 | 0 | 5 | 447 | 134 | 61 |
| Binary | 11011101 | 1010 | 11110001 | 1000 | 1100000 | 0 | 101 | 100100111 | 1011100 | 110001 |
Color Harmonies of #DD0AF1
Complementary color
Monochromatic Colors of #DD0AF1
Black with #DD0AF1
Text Example
Text Example
White with #DD0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0AF1; }
p { color: rgb(221,10,241); }
H1.HeaderClassName
{
color: #DD0AF1;
}
.AnyTagClassName
{
color: #DD0AF1;
}
</style>
background-color css
<style>
a { background-color: #DD0AF1; }
a { background-color: rgb(221,10,241); }
div.DivClassName
{
background-color: #DD0AF1;
}
.BgClassName
{
background-color: #DD0AF1;
}
</style>
border-color css
<style>
span { border-color: #DD0AF1; }
span { border-color: rgb(221,10,241); }
td.TdClassName
{
border-color: #DD0AF1;
}
.TagClassName
{
border-color: #DD0AF1;
}
</style>