Shades of Psychedelic Purple #DD25FF
Tints of Psychedelic Purple #DD25FF
RGB
CMYK
RGB Variations
Color information
#DD25FF (or 0xDD25FF) is known color: Psychedelic Purple. HEX triplet: DD, 25 and FF. RGB value is (221,37,255). Sum of RGB (Red+Green+Blue) = 221+37+255=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25FF is #22DA00. Grayscale: #747474. Windows color (decimal): -2284033 or 16721373. OLE color: 16721373.
HSL color Cylindrical-coordinate representation of color #DD25FF: hue angle of 290.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD25FF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 37 | 255 | - |
| CMYK | 0.13 | 0.85 | 0 | 0 |
| HSL | 290.64º | 1% | 0.57% | - |
| HSV(B) | 290.64º | 0.85% | 1% | - |
| XYZ | 48.53 | 23.92 | 96.67 | - |
| YUV | 116.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 255 | 0.13 | 0.85 | 0 | 0 | 290.64 | 1 | 0.57 |
| Hex | DD | 25 | FF | D | 55 | 0 | 0 | 123 | 64 | 39 |
| Octal | 335 | 45 | 377 | 15 | 125 | 0 | 0 | 443 | 144 | 71 |
| Binary | 11011101 | 100101 | 11111111 | 1101 | 1010101 | 0 | 0 | 100100011 | 1100100 | 111001 |
Color Harmonies of #DD25FF
Complementary color
Monochromatic Colors of #DD25FF
Black with #DD25FF
Text Example
Text Example
White with #DD25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25FF; }
p { color: rgb(221,37,255); }
H1.HeaderClassName
{
color: #DD25FF;
}
.AnyTagClassName
{
color: #DD25FF;
}
</style>
background-color css
<style>
a { background-color: #DD25FF; }
a { background-color: rgb(221,37,255); }
div.DivClassName
{
background-color: #DD25FF;
}
.BgClassName
{
background-color: #DD25FF;
}
</style>
border-color css
<style>
span { border-color: #DD25FF; }
span { border-color: rgb(221,37,255); }
td.TdClassName
{
border-color: #DD25FF;
}
.TagClassName
{
border-color: #DD25FF;
}
</style>