Shades of Psychedelic Purple #DD25E6
Tints of Psychedelic Purple #DD25E6
RGB
CMYK
RGB Variations
Color information
#DD25E6 (or 0xDD25E6) is known color: Psychedelic Purple. HEX triplet: DD, 25 and E6. RGB value is (221,37,230). Sum of RGB (Red+Green+Blue) = 221+37+230=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD25E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD25E6 is #22DA19. Grayscale: #717171. Windows color (decimal): -2284058 or 15082973. OLE color: 15082973.
HSL color Cylindrical-coordinate representation of color #DD25E6: hue angle of 297.2º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD25E6 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 37 | 230 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.10 |
| HSL | 297.2º | 0.79% | 0.52% | - |
| HSV(B) | 297.2º | 0.84% | 0.9% | - |
| XYZ | 44.76 | 22.41 | 76.83 | - |
| YUV | 114.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 230 | 0.04 | 0.84 | 0 | 0.10 | 297.2 | 0.79 | 0.52 |
| Hex | DD | 25 | E6 | 4 | 54 | 0 | A | 129 | 4F | 34 |
| Octal | 335 | 45 | 346 | 4 | 124 | 0 | 12 | 451 | 117 | 64 |
| Binary | 11011101 | 100101 | 11100110 | 100 | 1010100 | 0 | 1010 | 100101001 | 1001111 | 110100 |
Color Harmonies of #DD25E6
Complementary color
Monochromatic Colors of #DD25E6
Black with #DD25E6
Text Example
Text Example
White with #DD25E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25E6; }
p { color: rgb(221,37,230); }
H1.HeaderClassName
{
color: #DD25E6;
}
.AnyTagClassName
{
color: #DD25E6;
}
</style>
background-color css
<style>
a { background-color: #DD25E6; }
a { background-color: rgb(221,37,230); }
div.DivClassName
{
background-color: #DD25E6;
}
.BgClassName
{
background-color: #DD25E6;
}
</style>
border-color css
<style>
span { border-color: #DD25E6; }
span { border-color: rgb(221,37,230); }
td.TdClassName
{
border-color: #DD25E6;
}
.TagClassName
{
border-color: #DD25E6;
}
</style>