Shades of Psychedelic Purple #D50DF0
Tints of Psychedelic Purple #D50DF0
RGB
CMYK
RGB Variations
Color information
#D50DF0 (or 0xD50DF0) is known color: Psychedelic Purple. HEX triplet: D5, 0D and F0. RGB value is (213,13,240). Sum of RGB (Red+Green+Blue) = 213+13+240=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #D50DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DF0 is #2AF20F. Grayscale: #616161. Windows color (decimal): -2814480 or 15732181. OLE color: 15732181.
HSL color Cylindrical-coordinate representation of color #D50DF0: hue angle of 292.86º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DF0 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 13 | 240 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.06 |
| HSL | 292.86º | 0.9% | 0.5% | - |
| HSV(B) | 292.86º | 0.95% | 0.94% | - |
| XYZ | 43.31 | 20.73 | 84.16 | - |
| YUV | 98.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 240 | 0.11 | 0.95 | 0 | 0.06 | 292.86 | 0.9 | 0.5 |
| Hex | D5 | D | F0 | B | 5F | 0 | 6 | 125 | 5A | 32 |
| Octal | 325 | 15 | 360 | 13 | 137 | 0 | 6 | 445 | 132 | 62 |
| Binary | 11010101 | 1101 | 11110000 | 1011 | 1011111 | 0 | 110 | 100100101 | 1011010 | 110010 |
Color Harmonies of #D50DF0
Complementary color
Monochromatic Colors of #D50DF0
Black with #D50DF0
Text Example
Text Example
White with #D50DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DF0; }
p { color: rgb(213,13,240); }
H1.HeaderClassName
{
color: #D50DF0;
}
.AnyTagClassName
{
color: #D50DF0;
}
</style>
background-color css
<style>
a { background-color: #D50DF0; }
a { background-color: rgb(213,13,240); }
div.DivClassName
{
background-color: #D50DF0;
}
.BgClassName
{
background-color: #D50DF0;
}
</style>
border-color css
<style>
span { border-color: #D50DF0; }
span { border-color: rgb(213,13,240); }
td.TdClassName
{
border-color: #D50DF0;
}
.TagClassName
{
border-color: #D50DF0;
}
</style>