Shades of Psychedelic Purple #DD14FF
Tints of Psychedelic Purple #DD14FF
RGB
CMYK
RGB Variations
Color information
#DD14FF (or 0xDD14FF) is known color: Psychedelic Purple. HEX triplet: DD, 14 and FF. RGB value is (221,20,255). Sum of RGB (Red+Green+Blue) = 221+20+255=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14FF is #22EB00. Grayscale: #6A6A6A. Windows color (decimal): -2288385 or 16717021. OLE color: 16717021.
HSL color Cylindrical-coordinate representation of color #DD14FF: hue angle of 291.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD14FF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 20 | 255 | - |
| CMYK | 0.13 | 0.92 | 0 | 0 |
| HSL | 291.32º | 1% | 0.54% | - |
| HSV(B) | 291.32º | 0.92% | 1% | - |
| XYZ | 48.12 | 23.09 | 96.53 | - |
| YUV | 106.89 | 211.59 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 255 | 0.13 | 0.92 | 0 | 0 | 291.32 | 1 | 0.54 |
| Hex | DD | 14 | FF | D | 5C | 0 | 0 | 123 | 64 | 36 |
| Octal | 335 | 24 | 377 | 15 | 134 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011101 | 10100 | 11111111 | 1101 | 1011100 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DD14FF
Complementary color
Monochromatic Colors of #DD14FF
Black with #DD14FF
Text Example
Text Example
White with #DD14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14FF; }
p { color: rgb(221,20,255); }
H1.HeaderClassName
{
color: #DD14FF;
}
.AnyTagClassName
{
color: #DD14FF;
}
</style>
background-color css
<style>
a { background-color: #DD14FF; }
a { background-color: rgb(221,20,255); }
div.DivClassName
{
background-color: #DD14FF;
}
.BgClassName
{
background-color: #DD14FF;
}
</style>
border-color css
<style>
span { border-color: #DD14FF; }
span { border-color: rgb(221,20,255); }
td.TdClassName
{
border-color: #DD14FF;
}
.TagClassName
{
border-color: #DD14FF;
}
</style>