Shades of Psychedelic Purple #DD1EFC
Tints of Psychedelic Purple #DD1EFC
RGB
CMYK
RGB Variations
Color information
#DD1EFC (or 0xDD1EFC) is known color: Psychedelic Purple. HEX triplet: DD, 1E and FC. RGB value is (221,30,252). Sum of RGB (Red+Green+Blue) = 221+30+252=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD1EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EFC is #22E103. Grayscale: #6F6F6F. Windows color (decimal): -2285828 or 16522973. OLE color: 16522973.
HSL color Cylindrical-coordinate representation of color #DD1EFC: hue angle of 291.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1EFC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 30 | 252 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.01 |
| HSL | 291.62º | 0.97% | 0.55% | - |
| HSV(B) | 291.62º | 0.88% | 0.99% | - |
| XYZ | 47.85 | 23.33 | 94.08 | - |
| YUV | 112.42 | 206.78 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 252 | 0.12 | 0.88 | 0 | 0.01 | 291.62 | 0.97 | 0.55 |
| Hex | DD | 1E | FC | C | 58 | 0 | 1 | 124 | 61 | 37 |
| Octal | 335 | 36 | 374 | 14 | 130 | 0 | 1 | 444 | 141 | 67 |
| Binary | 11011101 | 11110 | 11111100 | 1100 | 1011000 | 0 | 1 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DD1EFC
Complementary color
Monochromatic Colors of #DD1EFC
Black with #DD1EFC
Text Example
Text Example
White with #DD1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EFC; }
p { color: rgb(221,30,252); }
H1.HeaderClassName
{
color: #DD1EFC;
}
.AnyTagClassName
{
color: #DD1EFC;
}
</style>
background-color css
<style>
a { background-color: #DD1EFC; }
a { background-color: rgb(221,30,252); }
div.DivClassName
{
background-color: #DD1EFC;
}
.BgClassName
{
background-color: #DD1EFC;
}
</style>
border-color css
<style>
span { border-color: #DD1EFC; }
span { border-color: rgb(221,30,252); }
td.TdClassName
{
border-color: #DD1EFC;
}
.TagClassName
{
border-color: #DD1EFC;
}
</style>