Shades of Psychedelic Purple #DD16FB
Tints of Psychedelic Purple #DD16FB
RGB
CMYK
RGB Variations
Color information
#DD16FB (or 0xDD16FB) is known color: Psychedelic Purple. HEX triplet: DD, 16 and FB. RGB value is (221,22,251). Sum of RGB (Red+Green+Blue) = 221+22+251=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16FB is #22E904. Grayscale: #6A6A6A. Windows color (decimal): -2287877 or 16455389. OLE color: 16455389.
HSL color Cylindrical-coordinate representation of color #DD16FB: hue angle of 292.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD16FB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 22 | 251 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.02 |
| HSL | 292.14º | 0.97% | 0.54% | - |
| HSV(B) | 292.14º | 0.91% | 0.98% | - |
| XYZ | 47.52 | 22.91 | 93.18 | - |
| YUV | 107.61 | 208.93 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 251 | 0.12 | 0.91 | 0 | 0.02 | 292.14 | 0.97 | 0.54 |
| Hex | DD | 16 | FB | C | 5B | 0 | 2 | 124 | 61 | 36 |
| Octal | 335 | 26 | 373 | 14 | 133 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011101 | 10110 | 11111011 | 1100 | 1011011 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DD16FB
Complementary color
Monochromatic Colors of #DD16FB
Black with #DD16FB
Text Example
Text Example
White with #DD16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16FB; }
p { color: rgb(221,22,251); }
H1.HeaderClassName
{
color: #DD16FB;
}
.AnyTagClassName
{
color: #DD16FB;
}
</style>
background-color css
<style>
a { background-color: #DD16FB; }
a { background-color: rgb(221,22,251); }
div.DivClassName
{
background-color: #DD16FB;
}
.BgClassName
{
background-color: #DD16FB;
}
</style>
border-color css
<style>
span { border-color: #DD16FB; }
span { border-color: rgb(221,22,251); }
td.TdClassName
{
border-color: #DD16FB;
}
.TagClassName
{
border-color: #DD16FB;
}
</style>