Shades of Psychedelic Purple #DD19FB
Tints of Psychedelic Purple #DD19FB
RGB
CMYK
RGB Variations
Color information
#DD19FB (or 0xDD19FB) is known color: Psychedelic Purple. HEX triplet: DD, 19 and FB. RGB value is (221,25,251). Sum of RGB (Red+Green+Blue) = 221+25+251=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD19FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD19FB is #22E604. Grayscale: #6C6C6C. Windows color (decimal): -2287109 or 16456157. OLE color: 16456157.
HSL color Cylindrical-coordinate representation of color #DD19FB: hue angle of 292.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD19FB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 25 | 251 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.02 |
| HSL | 292.04º | 0.97% | 0.54% | - |
| HSV(B) | 292.04º | 0.9% | 0.98% | - |
| XYZ | 47.58 | 23.03 | 93.2 | - |
| YUV | 109.37 | 207.93 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 251 | 0.12 | 0.90 | 0 | 0.02 | 292.04 | 0.97 | 0.54 |
| Hex | DD | 19 | FB | C | 5A | 0 | 2 | 124 | 61 | 36 |
| Octal | 335 | 31 | 373 | 14 | 132 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011101 | 11001 | 11111011 | 1100 | 1011010 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DD19FB
Complementary color
Monochromatic Colors of #DD19FB
Black with #DD19FB
Text Example
Text Example
White with #DD19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19FB; }
p { color: rgb(221,25,251); }
H1.HeaderClassName
{
color: #DD19FB;
}
.AnyTagClassName
{
color: #DD19FB;
}
</style>
background-color css
<style>
a { background-color: #DD19FB; }
a { background-color: rgb(221,25,251); }
div.DivClassName
{
background-color: #DD19FB;
}
.BgClassName
{
background-color: #DD19FB;
}
</style>
border-color css
<style>
span { border-color: #DD19FB; }
span { border-color: rgb(221,25,251); }
td.TdClassName
{
border-color: #DD19FB;
}
.TagClassName
{
border-color: #DD19FB;
}
</style>