Shades of Psychedelic Purple #DD27FA
Tints of Psychedelic Purple #DD27FA
RGB
CMYK
RGB Variations
Color information
#DD27FA (or 0xDD27FA) is known color: Psychedelic Purple. HEX triplet: DD, 27 and FA. RGB value is (221,39,250). Sum of RGB (Red+Green+Blue) = 221+39+250=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27FA is #22D805. Grayscale: #747474. Windows color (decimal): -2283526 or 16394205. OLE color: 16394205.
HSL color Cylindrical-coordinate representation of color #DD27FA: hue angle of 291.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD27FA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 39 | 250 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.02 |
| HSL | 291.75º | 0.95% | 0.57% | - |
| HSV(B) | 291.75º | 0.84% | 0.98% | - |
| XYZ | 47.8 | 23.73 | 92.5 | - |
| YUV | 117.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 250 | 0.12 | 0.84 | 0 | 0.02 | 291.75 | 0.95 | 0.57 |
| Hex | DD | 27 | FA | C | 54 | 0 | 2 | 124 | 5F | 39 |
| Octal | 335 | 47 | 372 | 14 | 124 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011101 | 100111 | 11111010 | 1100 | 1010100 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DD27FA
Complementary color
Monochromatic Colors of #DD27FA
Black with #DD27FA
Text Example
Text Example
White with #DD27FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27FA; }
p { color: rgb(221,39,250); }
H1.HeaderClassName
{
color: #DD27FA;
}
.AnyTagClassName
{
color: #DD27FA;
}
</style>
background-color css
<style>
a { background-color: #DD27FA; }
a { background-color: rgb(221,39,250); }
div.DivClassName
{
background-color: #DD27FA;
}
.BgClassName
{
background-color: #DD27FA;
}
</style>
border-color css
<style>
span { border-color: #DD27FA; }
span { border-color: rgb(221,39,250); }
td.TdClassName
{
border-color: #DD27FA;
}
.TagClassName
{
border-color: #DD27FA;
}
</style>