Shades of Psychedelic Purple #DD14E4
Tints of Psychedelic Purple #DD14E4
RGB
CMYK
RGB Variations
Color information
#DD14E4 (or 0xDD14E4) is known color: Psychedelic Purple. HEX triplet: DD, 14 and E4. RGB value is (221,20,228). Sum of RGB (Red+Green+Blue) = 221+20+228=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD14E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14E4 is #22EB1B. Grayscale: #676767. Windows color (decimal): -2288412 or 14947549. OLE color: 14947549.
HSL color Cylindrical-coordinate representation of color #DD14E4: hue angle of 297.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14E4 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 20 | 228 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.11 |
| HSL | 297.98º | 0.84% | 0.49% | - |
| HSV(B) | 297.98º | 0.91% | 0.89% | - |
| XYZ | 44.07 | 21.47 | 75.22 | - |
| YUV | 103.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 228 | 0.03 | 0.91 | 0 | 0.11 | 297.98 | 0.84 | 0.49 |
| Hex | DD | 14 | E4 | 3 | 5B | 0 | B | 12A | 54 | 31 |
| Octal | 335 | 24 | 344 | 3 | 133 | 0 | 13 | 452 | 124 | 61 |
| Binary | 11011101 | 10100 | 11100100 | 11 | 1011011 | 0 | 1011 | 100101010 | 1010100 | 110001 |
Color Harmonies of #DD14E4
Complementary color
Monochromatic Colors of #DD14E4
Black with #DD14E4
Text Example
Text Example
White with #DD14E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14E4; }
p { color: rgb(221,20,228); }
H1.HeaderClassName
{
color: #DD14E4;
}
.AnyTagClassName
{
color: #DD14E4;
}
</style>
background-color css
<style>
a { background-color: #DD14E4; }
a { background-color: rgb(221,20,228); }
div.DivClassName
{
background-color: #DD14E4;
}
.BgClassName
{
background-color: #DD14E4;
}
</style>
border-color css
<style>
span { border-color: #DD14E4; }
span { border-color: rgb(221,20,228); }
td.TdClassName
{
border-color: #DD14E4;
}
.TagClassName
{
border-color: #DD14E4;
}
</style>