Shades of Psychedelic Purple #DD19F8
Tints of Psychedelic Purple #DD19F8
RGB
CMYK
RGB Variations
Color information
#DD19F8 (or 0xDD19F8) is known color: Psychedelic Purple. HEX triplet: DD, 19 and F8. RGB value is (221,25,248). Sum of RGB (Red+Green+Blue) = 221+25+248=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 25 (10.16% from 255 or 5.06% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD19F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19F8 is #22E607. Grayscale: #6C6C6C. Windows color (decimal): -2287112 or 16259549. OLE color: 16259549.
HSL color Cylindrical-coordinate representation of color #DD19F8: hue angle of 292.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19F8 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 25 | 248 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.03 |
| HSL | 292.74º | 0.94% | 0.54% | - |
| HSV(B) | 292.74º | 0.9% | 0.97% | - |
| XYZ | 47.11 | 22.84 | 90.73 | - |
| YUV | 109.03 | 206.43 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 248 | 0.11 | 0.90 | 0 | 0.03 | 292.74 | 0.94 | 0.54 |
| Hex | DD | 19 | F8 | B | 5A | 0 | 3 | 125 | 5E | 36 |
| Octal | 335 | 31 | 370 | 13 | 132 | 0 | 3 | 445 | 136 | 66 |
| Binary | 11011101 | 11001 | 11111000 | 1011 | 1011010 | 0 | 11 | 100100101 | 1011110 | 110110 |
Color Harmonies of #DD19F8
Complementary color
Monochromatic Colors of #DD19F8
Black with #DD19F8
Text Example
Text Example
White with #DD19F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19F8; }
p { color: rgb(221,25,248); }
H1.HeaderClassName
{
color: #DD19F8;
}
.AnyTagClassName
{
color: #DD19F8;
}
</style>
background-color css
<style>
a { background-color: #DD19F8; }
a { background-color: rgb(221,25,248); }
div.DivClassName
{
background-color: #DD19F8;
}
.BgClassName
{
background-color: #DD19F8;
}
</style>
border-color css
<style>
span { border-color: #DD19F8; }
span { border-color: rgb(221,25,248); }
td.TdClassName
{
border-color: #DD19F8;
}
.TagClassName
{
border-color: #DD19F8;
}
</style>