Shades of Psychedelic Purple #DF16ED
Tints of Psychedelic Purple #DF16ED
RGB
CMYK
RGB Variations
Color information
#DF16ED (or 0xDF16ED) is known color: Psychedelic Purple. HEX triplet: DF, 16 and ED. RGB value is (223,22,237). Sum of RGB (Red+Green+Blue) = 223+22+237=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF16ED is #20E912. Grayscale: #696969. Windows color (decimal): -2156819 or 15537887. OLE color: 15537887.
HSL color Cylindrical-coordinate representation of color #DF16ED: hue angle of 296.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF16ED is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 22 | 237 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.07 |
| HSL | 296.09º | 0.86% | 0.51% | - |
| HSV(B) | 296.09º | 0.91% | 0.93% | - |
| XYZ | 46 | 22.38 | 82.02 | - |
| YUV | 106.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 237 | 0.06 | 0.91 | 0 | 0.07 | 296.09 | 0.86 | 0.51 |
| Hex | DF | 16 | ED | 6 | 5B | 0 | 7 | 128 | 56 | 33 |
| Octal | 337 | 26 | 355 | 6 | 133 | 0 | 7 | 450 | 126 | 63 |
| Binary | 11011111 | 10110 | 11101101 | 110 | 1011011 | 0 | 111 | 100101000 | 1010110 | 110011 |
Color Harmonies of #DF16ED
Complementary color
Monochromatic Colors of #DF16ED
Black with #DF16ED
Text Example
Text Example
White with #DF16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16ED; }
p { color: rgb(223,22,237); }
H1.HeaderClassName
{
color: #DF16ED;
}
.AnyTagClassName
{
color: #DF16ED;
}
</style>
background-color css
<style>
a { background-color: #DF16ED; }
a { background-color: rgb(223,22,237); }
div.DivClassName
{
background-color: #DF16ED;
}
.BgClassName
{
background-color: #DF16ED;
}
</style>
border-color css
<style>
span { border-color: #DF16ED; }
span { border-color: rgb(223,22,237); }
td.TdClassName
{
border-color: #DF16ED;
}
.TagClassName
{
border-color: #DF16ED;
}
</style>