Shades of Psychedelic Purple #DD1FFB
Tints of Psychedelic Purple #DD1FFB
RGB
CMYK
RGB Variations
Color information
#DD1FFB (or 0xDD1FFB) is known color: Psychedelic Purple. HEX triplet: DD, 1F and FB. RGB value is (221,31,251). Sum of RGB (Red+Green+Blue) = 221+31+251=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1FFB is #22E004. Grayscale: #707070. Windows color (decimal): -2285573 or 16457693. OLE color: 16457693.
HSL color Cylindrical-coordinate representation of color #DD1FFB: hue angle of 291.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1FFB is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 31 | 251 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 291.82º | 0.96% | 0.55% | - |
| HSV(B) | 291.82º | 0.88% | 0.98% | - |
| XYZ | 47.72 | 23.32 | 93.25 | - |
| YUV | 112.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 251 | 0.12 | 0.88 | 0 | 0.02 | 291.82 | 0.96 | 0.55 |
| Hex | DD | 1F | FB | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 335 | 37 | 373 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011101 | 11111 | 11111011 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DD1FFB
Complementary color
Monochromatic Colors of #DD1FFB
Black with #DD1FFB
Text Example
Text Example
White with #DD1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FFB; }
p { color: rgb(221,31,251); }
H1.HeaderClassName
{
color: #DD1FFB;
}
.AnyTagClassName
{
color: #DD1FFB;
}
</style>
background-color css
<style>
a { background-color: #DD1FFB; }
a { background-color: rgb(221,31,251); }
div.DivClassName
{
background-color: #DD1FFB;
}
.BgClassName
{
background-color: #DD1FFB;
}
</style>
border-color css
<style>
span { border-color: #DD1FFB; }
span { border-color: rgb(221,31,251); }
td.TdClassName
{
border-color: #DD1FFB;
}
.TagClassName
{
border-color: #DD1FFB;
}
</style>