Shades of Psychedelic Purple #DD28FC
Tints of Psychedelic Purple #DD28FC
RGB
CMYK
RGB Variations
Color information
#DD28FC (or 0xDD28FC) is known color: Psychedelic Purple. HEX triplet: DD, 28 and FC. RGB value is (221,40,252). Sum of RGB (Red+Green+Blue) = 221+40+252=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28FC is #22D703. Grayscale: #757575. Windows color (decimal): -2283268 or 16525533. OLE color: 16525533.
HSL color Cylindrical-coordinate representation of color #DD28FC: hue angle of 291.23º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD28FC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 40 | 252 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.01 |
| HSL | 291.23º | 0.97% | 0.57% | - |
| HSV(B) | 291.23º | 0.84% | 0.99% | - |
| XYZ | 48.15 | 23.92 | 94.17 | - |
| YUV | 118.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 252 | 0.12 | 0.84 | 0 | 0.01 | 291.23 | 0.97 | 0.57 |
| Hex | DD | 28 | FC | C | 54 | 0 | 1 | 123 | 61 | 39 |
| Octal | 335 | 50 | 374 | 14 | 124 | 0 | 1 | 443 | 141 | 71 |
| Binary | 11011101 | 101000 | 11111100 | 1100 | 1010100 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DD28FC
Complementary color
Monochromatic Colors of #DD28FC
Black with #DD28FC
Text Example
Text Example
White with #DD28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28FC; }
p { color: rgb(221,40,252); }
H1.HeaderClassName
{
color: #DD28FC;
}
.AnyTagClassName
{
color: #DD28FC;
}
</style>
background-color css
<style>
a { background-color: #DD28FC; }
a { background-color: rgb(221,40,252); }
div.DivClassName
{
background-color: #DD28FC;
}
.BgClassName
{
background-color: #DD28FC;
}
</style>
border-color css
<style>
span { border-color: #DD28FC; }
span { border-color: rgb(221,40,252); }
td.TdClassName
{
border-color: #DD28FC;
}
.TagClassName
{
border-color: #DD28FC;
}
</style>