Shades of Psychedelic Purple #DD12FF
Tints of Psychedelic Purple #DD12FF
RGB
CMYK
RGB Variations
Color information
#DD12FF (or 0xDD12FF) is known color: Psychedelic Purple. HEX triplet: DD, 12 and FF. RGB value is (221,18,255). Sum of RGB (Red+Green+Blue) = 221+18+255=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD12FF is #22ED00. Grayscale: #686868. Windows color (decimal): -2288897 or 16716509. OLE color: 16716509.
HSL color Cylindrical-coordinate representation of color #DD12FF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD12FF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 18 | 255 | - |
| CMYK | 0.13 | 0.93 | 0 | 0 |
| HSL | 291.39º | 1% | 0.54% | - |
| HSV(B) | 291.39º | 0.93% | 1% | - |
| XYZ | 48.09 | 23.02 | 96.52 | - |
| YUV | 105.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 255 | 0.13 | 0.93 | 0 | 0 | 291.39 | 1 | 0.54 |
| Hex | DD | 12 | FF | D | 5D | 0 | 0 | 123 | 64 | 36 |
| Octal | 335 | 22 | 377 | 15 | 135 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011101 | 10010 | 11111111 | 1101 | 1011101 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DD12FF
Complementary color
Monochromatic Colors of #DD12FF
Black with #DD12FF
Text Example
Text Example
White with #DD12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12FF; }
p { color: rgb(221,18,255); }
H1.HeaderClassName
{
color: #DD12FF;
}
.AnyTagClassName
{
color: #DD12FF;
}
</style>
background-color css
<style>
a { background-color: #DD12FF; }
a { background-color: rgb(221,18,255); }
div.DivClassName
{
background-color: #DD12FF;
}
.BgClassName
{
background-color: #DD12FF;
}
</style>
border-color css
<style>
span { border-color: #DD12FF; }
span { border-color: rgb(221,18,255); }
td.TdClassName
{
border-color: #DD12FF;
}
.TagClassName
{
border-color: #DD12FF;
}
</style>