Shades of Psychedelic Purple #DD04FC
Tints of Psychedelic Purple #DD04FC
RGB
CMYK
RGB Variations
Color information
#DD04FC (or 0xDD04FC) is known color: Psychedelic Purple. HEX triplet: DD, 04 and FC. RGB value is (221,4,252). Sum of RGB (Red+Green+Blue) = 221+4+252=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04FC is #22FB03. Grayscale: #606060. Windows color (decimal): -2292484 or 16516317. OLE color: 16516317.
HSL color Cylindrical-coordinate representation of color #DD04FC: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04FC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 4 | 252 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.01 |
| HSL | 292.5º | 0.98% | 0.5% | - |
| HSV(B) | 292.5º | 0.98% | 0.99% | - |
| XYZ | 47.43 | 22.49 | 93.94 | - |
| YUV | 97.16 | 215.39 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 252 | 0.12 | 0.98 | 0 | 0.01 | 292.5 | 0.98 | 0.5 |
| Hex | DD | 4 | FC | C | 62 | 0 | 1 | 124 | 62 | 32 |
| Octal | 335 | 4 | 374 | 14 | 142 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011101 | 100 | 11111100 | 1100 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DD04FC
Complementary color
Monochromatic Colors of #DD04FC
Black with #DD04FC
Text Example
Text Example
White with #DD04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04FC; }
p { color: rgb(221,4,252); }
H1.HeaderClassName
{
color: #DD04FC;
}
.AnyTagClassName
{
color: #DD04FC;
}
</style>
background-color css
<style>
a { background-color: #DD04FC; }
a { background-color: rgb(221,4,252); }
div.DivClassName
{
background-color: #DD04FC;
}
.BgClassName
{
background-color: #DD04FC;
}
</style>
border-color css
<style>
span { border-color: #DD04FC; }
span { border-color: rgb(221,4,252); }
td.TdClassName
{
border-color: #DD04FC;
}
.TagClassName
{
border-color: #DD04FC;
}
</style>