Shades of Psychedelic Purple #D50DFD
Tints of Psychedelic Purple #D50DFD
RGB
CMYK
RGB Variations
Color information
#D50DFD (or 0xD50DFD) is known color: Psychedelic Purple. HEX triplet: D5, 0D and FD. RGB value is (213,13,253). Sum of RGB (Red+Green+Blue) = 213+13+253=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D50DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DFD is #2AF202. Grayscale: #636363. Windows color (decimal): -2814467 or 16584149. OLE color: 16584149.
HSL color Cylindrical-coordinate representation of color #D50DFD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DFD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 13 | 253 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.52% | - |
| HSV(B) | 290º | 0.95% | 0.99% | - |
| XYZ | 45.31 | 21.53 | 94.7 | - |
| YUV | 100.16 | 214.26 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 253 | 0.16 | 0.95 | 0 | 0.01 | 290 | 0.98 | 0.52 |
| Hex | D5 | D | FD | 10 | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 15 | 375 | 20 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1101 | 11111101 | 10000 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50DFD
Complementary color
Monochromatic Colors of #D50DFD
Black with #D50DFD
Text Example
Text Example
White with #D50DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DFD; }
p { color: rgb(213,13,253); }
H1.HeaderClassName
{
color: #D50DFD;
}
.AnyTagClassName
{
color: #D50DFD;
}
</style>
background-color css
<style>
a { background-color: #D50DFD; }
a { background-color: rgb(213,13,253); }
div.DivClassName
{
background-color: #D50DFD;
}
.BgClassName
{
background-color: #D50DFD;
}
</style>
border-color css
<style>
span { border-color: #D50DFD; }
span { border-color: rgb(213,13,253); }
td.TdClassName
{
border-color: #D50DFD;
}
.TagClassName
{
border-color: #D50DFD;
}
</style>