Shades of Psychedelic Purple #DD24FA
Tints of Psychedelic Purple #DD24FA
RGB
CMYK
RGB Variations
Color information
#DD24FA (or 0xDD24FA) is known color: Psychedelic Purple. HEX triplet: DD, 24 and FA. RGB value is (221,36,250). Sum of RGB (Red+Green+Blue) = 221+36+250=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD24FA is #22DB05. Grayscale: #737373. Windows color (decimal): -2284294 or 16393437. OLE color: 16393437.
HSL color Cylindrical-coordinate representation of color #DD24FA: hue angle of 291.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD24FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 36 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.87º | 0.96% | 0.56% | - |
| HSV(B) | 291.87º | 0.86% | 0.98% | - |
| XYZ | 47.7 | 23.54 | 92.47 | - |
| YUV | 115.71 | 203.79 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.87 | 0.96 | 0.56 |
| Hex | DD | 24 | FA | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 335 | 44 | 372 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011101 | 100100 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DD24FA
Complementary color
Monochromatic Colors of #DD24FA
Black with #DD24FA
Text Example
Text Example
White with #DD24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24FA; }
p { color: rgb(221,36,250); }
H1.HeaderClassName
{
color: #DD24FA;
}
.AnyTagClassName
{
color: #DD24FA;
}
</style>
background-color css
<style>
a { background-color: #DD24FA; }
a { background-color: rgb(221,36,250); }
div.DivClassName
{
background-color: #DD24FA;
}
.BgClassName
{
background-color: #DD24FA;
}
</style>
border-color css
<style>
span { border-color: #DD24FA; }
span { border-color: rgb(221,36,250); }
td.TdClassName
{
border-color: #DD24FA;
}
.TagClassName
{
border-color: #DD24FA;
}
</style>