Shades of Psychedelic Purple #DD00FB
Tints of Psychedelic Purple #DD00FB
RGB
CMYK
RGB Variations
Color information
#DD00FB (or 0xDD00FB) is known color: Psychedelic Purple. HEX triplet: DD, 00 and FB. RGB value is (221,0,251). Sum of RGB (Red+Green+Blue) = 221+0+251=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00FB is #22FF04. Grayscale: #5D5D5D. Windows color (decimal): -2293509 or 16449757. OLE color: 16449757.
HSL color Cylindrical-coordinate representation of color #DD00FB: hue angle of 292.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00FB is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 0 | 251 | - |
| CMYK | 0.12 | 1 | 0 | 0.02 |
| HSL | 292.83º | 1% | 0.49% | - |
| HSV(B) | 292.83º | 1% | 0.98% | - |
| XYZ | 47.23 | 22.34 | 93.09 | - |
| YUV | 94.69 | 216.22 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 251 | 0.12 | 1 | 0 | 0.02 | 292.83 | 1 | 0.49 |
| Hex | DD | 0 | FB | C | 64 | 0 | 2 | 125 | 64 | 31 |
| Octal | 335 | 0 | 373 | 14 | 144 | 0 | 2 | 445 | 144 | 61 |
| Binary | 11011101 | 0 | 11111011 | 1100 | 1100100 | 0 | 10 | 100100101 | 1100100 | 110001 |
Color Harmonies of #DD00FB
Complementary color
Monochromatic Colors of #DD00FB
Black with #DD00FB
Text Example
Text Example
White with #DD00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00FB; }
p { color: rgb(221,0,251); }
H1.HeaderClassName
{
color: #DD00FB;
}
.AnyTagClassName
{
color: #DD00FB;
}
</style>
background-color css
<style>
a { background-color: #DD00FB; }
a { background-color: rgb(221,0,251); }
div.DivClassName
{
background-color: #DD00FB;
}
.BgClassName
{
background-color: #DD00FB;
}
</style>
border-color css
<style>
span { border-color: #DD00FB; }
span { border-color: rgb(221,0,251); }
td.TdClassName
{
border-color: #DD00FB;
}
.TagClassName
{
border-color: #DD00FB;
}
</style>