Shades of Psychedelic Purple #DD1CE7
Tints of Psychedelic Purple #DD1CE7
RGB
CMYK
RGB Variations
Color information
#DD1CE7 (or 0xDD1CE7) is known color: Psychedelic Purple. HEX triplet: DD, 1C and E7. RGB value is (221,28,231). Sum of RGB (Red+Green+Blue) = 221+28+231=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CE7 is #22E318. Grayscale: #6C6C6C. Windows color (decimal): -2286361 or 15146205. OLE color: 15146205.
HSL color Cylindrical-coordinate representation of color #DD1CE7: hue angle of 297.04º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1CE7 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 28 | 231 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.09 |
| HSL | 297.04º | 0.81% | 0.51% | - |
| HSV(B) | 297.04º | 0.88% | 0.91% | - |
| XYZ | 44.66 | 21.97 | 77.49 | - |
| YUV | 108.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 231 | 0.04 | 0.88 | 0 | 0.09 | 297.04 | 0.81 | 0.51 |
| Hex | DD | 1C | E7 | 4 | 58 | 0 | 9 | 129 | 51 | 33 |
| Octal | 335 | 34 | 347 | 4 | 130 | 0 | 11 | 451 | 121 | 63 |
| Binary | 11011101 | 11100 | 11100111 | 100 | 1011000 | 0 | 1001 | 100101001 | 1010001 | 110011 |
Color Harmonies of #DD1CE7
Complementary color
Monochromatic Colors of #DD1CE7
Black with #DD1CE7
Text Example
Text Example
White with #DD1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CE7; }
p { color: rgb(221,28,231); }
H1.HeaderClassName
{
color: #DD1CE7;
}
.AnyTagClassName
{
color: #DD1CE7;
}
</style>
background-color css
<style>
a { background-color: #DD1CE7; }
a { background-color: rgb(221,28,231); }
div.DivClassName
{
background-color: #DD1CE7;
}
.BgClassName
{
background-color: #DD1CE7;
}
</style>
border-color css
<style>
span { border-color: #DD1CE7; }
span { border-color: rgb(221,28,231); }
td.TdClassName
{
border-color: #DD1CE7;
}
.TagClassName
{
border-color: #DD1CE7;
}
</style>