Shades of Psychedelic Purple #D50DFB
Tints of Psychedelic Purple #D50DFB
RGB
CMYK
RGB Variations
Color information
#D50DFB (or 0xD50DFB) is known color: Psychedelic Purple. HEX triplet: D5, 0D and FB. RGB value is (213,13,251). Sum of RGB (Red+Green+Blue) = 213+13+251=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #D50DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DFB is #2AF204. Grayscale: #636363. Windows color (decimal): -2814469 or 16453077. OLE color: 16453077.
HSL color Cylindrical-coordinate representation of color #D50DFB: hue angle of 290.42º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DFB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 13 | 251 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.02 |
| HSL | 290.42º | 0.97% | 0.52% | - |
| HSV(B) | 290.42º | 0.95% | 0.98% | - |
| XYZ | 45 | 21.4 | 93.03 | - |
| YUV | 99.93 | 213.26 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 251 | 0.15 | 0.95 | 0 | 0.02 | 290.42 | 0.97 | 0.52 |
| Hex | D5 | D | FB | F | 5F | 0 | 2 | 122 | 61 | 34 |
| Octal | 325 | 15 | 373 | 17 | 137 | 0 | 2 | 442 | 141 | 64 |
| Binary | 11010101 | 1101 | 11111011 | 1111 | 1011111 | 0 | 10 | 100100010 | 1100001 | 110100 |
Color Harmonies of #D50DFB
Complementary color
Monochromatic Colors of #D50DFB
Black with #D50DFB
Text Example
Text Example
White with #D50DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DFB; }
p { color: rgb(213,13,251); }
H1.HeaderClassName
{
color: #D50DFB;
}
.AnyTagClassName
{
color: #D50DFB;
}
</style>
background-color css
<style>
a { background-color: #D50DFB; }
a { background-color: rgb(213,13,251); }
div.DivClassName
{
background-color: #D50DFB;
}
.BgClassName
{
background-color: #D50DFB;
}
</style>
border-color css
<style>
span { border-color: #D50DFB; }
span { border-color: rgb(213,13,251); }
td.TdClassName
{
border-color: #D50DFB;
}
.TagClassName
{
border-color: #D50DFB;
}
</style>