Shades of Psychedelic Purple #DD18F7
Tints of Psychedelic Purple #DD18F7
RGB
CMYK
RGB Variations
Color information
#DD18F7 (or 0xDD18F7) is known color: Psychedelic Purple. HEX triplet: DD, 18 and F7. RGB value is (221,24,247). Sum of RGB (Red+Green+Blue) = 221+24+247=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD18F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18F7 is #22E708. Grayscale: #6B6B6B. Windows color (decimal): -2287369 or 16193757. OLE color: 16193757.
HSL color Cylindrical-coordinate representation of color #DD18F7: hue angle of 293º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD18F7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 24 | 247 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.03 |
| HSL | 293º | 0.93% | 0.53% | - |
| HSV(B) | 293º | 0.9% | 0.97% | - |
| XYZ | 46.93 | 22.74 | 89.91 | - |
| YUV | 108.33 | 206.27 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 247 | 0.11 | 0.90 | 0 | 0.03 | 293 | 0.93 | 0.53 |
| Hex | DD | 18 | F7 | B | 5A | 0 | 3 | 125 | 5D | 35 |
| Octal | 335 | 30 | 367 | 13 | 132 | 0 | 3 | 445 | 135 | 65 |
| Binary | 11011101 | 11000 | 11110111 | 1011 | 1011010 | 0 | 11 | 100100101 | 1011101 | 110101 |
Color Harmonies of #DD18F7
Complementary color
Monochromatic Colors of #DD18F7
Black with #DD18F7
Text Example
Text Example
White with #DD18F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18F7; }
p { color: rgb(221,24,247); }
H1.HeaderClassName
{
color: #DD18F7;
}
.AnyTagClassName
{
color: #DD18F7;
}
</style>
background-color css
<style>
a { background-color: #DD18F7; }
a { background-color: rgb(221,24,247); }
div.DivClassName
{
background-color: #DD18F7;
}
.BgClassName
{
background-color: #DD18F7;
}
</style>
border-color css
<style>
span { border-color: #DD18F7; }
span { border-color: rgb(221,24,247); }
td.TdClassName
{
border-color: #DD18F7;
}
.TagClassName
{
border-color: #DD18F7;
}
</style>