Shades of Psychedelic Purple #DD14F8
Tints of Psychedelic Purple #DD14F8
RGB
CMYK
RGB Variations
Color information
#DD14F8 (or 0xDD14F8) is known color: Psychedelic Purple. HEX triplet: DD, 14 and F8. RGB value is (221,20,248). Sum of RGB (Red+Green+Blue) = 221+20+248=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD14F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14F8 is #22EB07. Grayscale: #696969. Windows color (decimal): -2288392 or 16258269. OLE color: 16258269.
HSL color Cylindrical-coordinate representation of color #DD14F8: hue angle of 292.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD14F8 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 20 | 248 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.03 |
| HSL | 292.89º | 0.94% | 0.53% | - |
| HSV(B) | 292.89º | 0.92% | 0.97% | - |
| XYZ | 47.01 | 22.65 | 90.7 | - |
| YUV | 106.09 | 208.09 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 248 | 0.11 | 0.92 | 0 | 0.03 | 292.89 | 0.94 | 0.53 |
| Hex | DD | 14 | F8 | B | 5C | 0 | 3 | 125 | 5E | 35 |
| Octal | 335 | 24 | 370 | 13 | 134 | 0 | 3 | 445 | 136 | 65 |
| Binary | 11011101 | 10100 | 11111000 | 1011 | 1011100 | 0 | 11 | 100100101 | 1011110 | 110101 |
Color Harmonies of #DD14F8
Complementary color
Monochromatic Colors of #DD14F8
Black with #DD14F8
Text Example
Text Example
White with #DD14F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14F8; }
p { color: rgb(221,20,248); }
H1.HeaderClassName
{
color: #DD14F8;
}
.AnyTagClassName
{
color: #DD14F8;
}
</style>
background-color css
<style>
a { background-color: #DD14F8; }
a { background-color: rgb(221,20,248); }
div.DivClassName
{
background-color: #DD14F8;
}
.BgClassName
{
background-color: #DD14F8;
}
</style>
border-color css
<style>
span { border-color: #DD14F8; }
span { border-color: rgb(221,20,248); }
td.TdClassName
{
border-color: #DD14F8;
}
.TagClassName
{
border-color: #DD14F8;
}
</style>