Shades of Psychedelic Purple #DD1BFF
Tints of Psychedelic Purple #DD1BFF
RGB
CMYK
RGB Variations
Color information
#DD1BFF (or 0xDD1BFF) is known color: Psychedelic Purple. HEX triplet: DD, 1B and FF. RGB value is (221,27,255). Sum of RGB (Red+Green+Blue) = 221+27+255=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1BFF is #22E400. Grayscale: #6E6E6E. Windows color (decimal): -2286593 or 16718813. OLE color: 16718813.
HSL color Cylindrical-coordinate representation of color #DD1BFF: hue angle of 291.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1BFF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 27 | 255 | - |
| CMYK | 0.13 | 0.89 | 0 | 0 |
| HSL | 291.05º | 1% | 0.55% | - |
| HSV(B) | 291.05º | 0.89% | 1% | - |
| XYZ | 48.26 | 23.38 | 96.58 | - |
| YUV | 111 | 209.27 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 255 | 0.13 | 0.89 | 0 | 0 | 291.05 | 1 | 0.55 |
| Hex | DD | 1B | FF | D | 59 | 0 | 0 | 123 | 64 | 37 |
| Octal | 335 | 33 | 377 | 15 | 131 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011101 | 11011 | 11111111 | 1101 | 1011001 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DD1BFF
Complementary color
Monochromatic Colors of #DD1BFF
Black with #DD1BFF
Text Example
Text Example
White with #DD1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BFF; }
p { color: rgb(221,27,255); }
H1.HeaderClassName
{
color: #DD1BFF;
}
.AnyTagClassName
{
color: #DD1BFF;
}
</style>
background-color css
<style>
a { background-color: #DD1BFF; }
a { background-color: rgb(221,27,255); }
div.DivClassName
{
background-color: #DD1BFF;
}
.BgClassName
{
background-color: #DD1BFF;
}
</style>
border-color css
<style>
span { border-color: #DD1BFF; }
span { border-color: rgb(221,27,255); }
td.TdClassName
{
border-color: #DD1BFF;
}
.TagClassName
{
border-color: #DD1BFF;
}
</style>