Shades of Psychedelic Purple #DD37FF
Tints of Psychedelic Purple #DD37FF
RGB
CMYK
RGB Variations
Color information
#DD37FF (or 0xDD37FF) is known color: Psychedelic Purple. HEX triplet: DD, 37 and FF. RGB value is (221,55,255). Sum of RGB (Red+Green+Blue) = 221+55+255=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 55 (21.88% from 255 or 10.36% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37FF is #22C800. Grayscale: #7E7E7E. Windows color (decimal): -2279425 or 16725981. OLE color: 16725981.
HSL color Cylindrical-coordinate representation of color #DD37FF: hue angle of 289.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD37FF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 55 | 255 | - |
| CMYK | 0.13 | 0.78 | 0 | 0 |
| HSL | 289.8º | 1% | 0.61% | - |
| HSV(B) | 289.8º | 0.78% | 1% | - |
| XYZ | 49.23 | 25.32 | 96.9 | - |
| YUV | 127.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 255 | 0.13 | 0.78 | 0 | 0 | 289.8 | 1 | 0.61 |
| Hex | DD | 37 | FF | D | 4E | 0 | 0 | 122 | 64 | 3D |
| Octal | 335 | 67 | 377 | 15 | 116 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011101 | 110111 | 11111111 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DD37FF
Complementary color
Monochromatic Colors of #DD37FF
Black with #DD37FF
Text Example
Text Example
White with #DD37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37FF; }
p { color: rgb(221,55,255); }
H1.HeaderClassName
{
color: #DD37FF;
}
.AnyTagClassName
{
color: #DD37FF;
}
</style>
background-color css
<style>
a { background-color: #DD37FF; }
a { background-color: rgb(221,55,255); }
div.DivClassName
{
background-color: #DD37FF;
}
.BgClassName
{
background-color: #DD37FF;
}
</style>
border-color css
<style>
span { border-color: #DD37FF; }
span { border-color: rgb(221,55,255); }
td.TdClassName
{
border-color: #DD37FF;
}
.TagClassName
{
border-color: #DD37FF;
}
</style>