Shades of Psychedelic Purple #DD36FF
Tints of Psychedelic Purple #DD36FF
RGB
CMYK
RGB Variations
Color information
#DD36FF (or 0xDD36FF) is known color: Psychedelic Purple. HEX triplet: DD, 36 and FF. RGB value is (221,54,255). Sum of RGB (Red+Green+Blue) = 221+54+255=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 54 (21.48% from 255 or 10.19% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD36FF is #22C900. Grayscale: #7E7E7E. Windows color (decimal): -2279681 or 16725725. OLE color: 16725725.
HSL color Cylindrical-coordinate representation of color #DD36FF: hue angle of 289.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD36FF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 54 | 255 | - |
| CMYK | 0.13 | 0.79 | 0 | 0 |
| HSL | 289.85º | 1% | 0.61% | - |
| HSV(B) | 289.85º | 0.79% | 1% | - |
| XYZ | 49.19 | 25.23 | 96.89 | - |
| YUV | 126.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 255 | 0.13 | 0.79 | 0 | 0 | 289.85 | 1 | 0.61 |
| Hex | DD | 36 | FF | D | 4F | 0 | 0 | 122 | 64 | 3D |
| Octal | 335 | 66 | 377 | 15 | 117 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011101 | 110110 | 11111111 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DD36FF
Complementary color
Monochromatic Colors of #DD36FF
Black with #DD36FF
Text Example
Text Example
White with #DD36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36FF; }
p { color: rgb(221,54,255); }
H1.HeaderClassName
{
color: #DD36FF;
}
.AnyTagClassName
{
color: #DD36FF;
}
</style>
background-color css
<style>
a { background-color: #DD36FF; }
a { background-color: rgb(221,54,255); }
div.DivClassName
{
background-color: #DD36FF;
}
.BgClassName
{
background-color: #DD36FF;
}
</style>
border-color css
<style>
span { border-color: #DD36FF; }
span { border-color: rgb(221,54,255); }
td.TdClassName
{
border-color: #DD36FF;
}
.TagClassName
{
border-color: #DD36FF;
}
</style>