Shades of Psychedelic Purple #DD1BF8
Tints of Psychedelic Purple #DD1BF8
RGB
CMYK
RGB Variations
Color information
#DD1BF8 (or 0xDD1BF8) is known color: Psychedelic Purple. HEX triplet: DD, 1B and F8. RGB value is (221,27,248). Sum of RGB (Red+Green+Blue) = 221+27+248=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD1BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1BF8 is #22E407. Grayscale: #6D6D6D. Windows color (decimal): -2286600 or 16260061. OLE color: 16260061.
HSL color Cylindrical-coordinate representation of color #DD1BF8: hue angle of 292.67º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1BF8 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 27 | 248 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.03 |
| HSL | 292.67º | 0.94% | 0.54% | - |
| HSV(B) | 292.67º | 0.89% | 0.97% | - |
| XYZ | 47.15 | 22.93 | 90.75 | - |
| YUV | 110.2 | 205.77 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 248 | 0.11 | 0.89 | 0 | 0.03 | 292.67 | 0.94 | 0.54 |
| Hex | DD | 1B | F8 | B | 59 | 0 | 3 | 125 | 5E | 36 |
| Octal | 335 | 33 | 370 | 13 | 131 | 0 | 3 | 445 | 136 | 66 |
| Binary | 11011101 | 11011 | 11111000 | 1011 | 1011001 | 0 | 11 | 100100101 | 1011110 | 110110 |
Color Harmonies of #DD1BF8
Complementary color
Monochromatic Colors of #DD1BF8
Black with #DD1BF8
Text Example
Text Example
White with #DD1BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BF8; }
p { color: rgb(221,27,248); }
H1.HeaderClassName
{
color: #DD1BF8;
}
.AnyTagClassName
{
color: #DD1BF8;
}
</style>
background-color css
<style>
a { background-color: #DD1BF8; }
a { background-color: rgb(221,27,248); }
div.DivClassName
{
background-color: #DD1BF8;
}
.BgClassName
{
background-color: #DD1BF8;
}
</style>
border-color css
<style>
span { border-color: #DD1BF8; }
span { border-color: rgb(221,27,248); }
td.TdClassName
{
border-color: #DD1BF8;
}
.TagClassName
{
border-color: #DD1BF8;
}
</style>