Shades of Psychedelic Purple #DD27FC
Tints of Psychedelic Purple #DD27FC
RGB
CMYK
RGB Variations
Color information
#DD27FC (or 0xDD27FC) is known color: Psychedelic Purple. HEX triplet: DD, 27 and FC. RGB value is (221,39,252). Sum of RGB (Red+Green+Blue) = 221+39+252=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD27FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27FC is #22D803. Grayscale: #757575. Windows color (decimal): -2283524 or 16525277. OLE color: 16525277.
HSL color Cylindrical-coordinate representation of color #DD27FC: hue angle of 291.27º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD27FC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 39 | 252 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.01 |
| HSL | 291.27º | 0.97% | 0.57% | - |
| HSV(B) | 291.27º | 0.85% | 0.99% | - |
| XYZ | 48.12 | 23.85 | 94.16 | - |
| YUV | 117.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 252 | 0.12 | 0.85 | 0 | 0.01 | 291.27 | 0.97 | 0.57 |
| Hex | DD | 27 | FC | C | 55 | 0 | 1 | 123 | 61 | 39 |
| Octal | 335 | 47 | 374 | 14 | 125 | 0 | 1 | 443 | 141 | 71 |
| Binary | 11011101 | 100111 | 11111100 | 1100 | 1010101 | 0 | 1 | 100100011 | 1100001 | 111001 |
Color Harmonies of #DD27FC
Complementary color
Monochromatic Colors of #DD27FC
Black with #DD27FC
Text Example
Text Example
White with #DD27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27FC; }
p { color: rgb(221,39,252); }
H1.HeaderClassName
{
color: #DD27FC;
}
.AnyTagClassName
{
color: #DD27FC;
}
</style>
background-color css
<style>
a { background-color: #DD27FC; }
a { background-color: rgb(221,39,252); }
div.DivClassName
{
background-color: #DD27FC;
}
.BgClassName
{
background-color: #DD27FC;
}
</style>
border-color css
<style>
span { border-color: #DD27FC; }
span { border-color: rgb(221,39,252); }
td.TdClassName
{
border-color: #DD27FC;
}
.TagClassName
{
border-color: #DD27FC;
}
</style>