Shades of Psychedelic Purple #D50FF4
Tints of Psychedelic Purple #D50FF4
RGB
CMYK
RGB Variations
Color information
#D50FF4 (or 0xD50FF4) is known color: Psychedelic Purple. HEX triplet: D5, 0F and F4. RGB value is (213,15,244). Sum of RGB (Red+Green+Blue) = 213+15+244=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #D50FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FF4 is #2AF00B. Grayscale: #636363. Windows color (decimal): -2813964 or 15994837. OLE color: 15994837.
HSL color Cylindrical-coordinate representation of color #D50FF4: hue angle of 291.88º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FF4 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 15 | 244 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.04 |
| HSL | 291.88º | 0.91% | 0.51% | - |
| HSV(B) | 291.88º | 0.94% | 0.96% | - |
| XYZ | 43.94 | 21.02 | 87.33 | - |
| YUV | 100.31 | 209.1 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 244 | 0.13 | 0.94 | 0 | 0.04 | 291.88 | 0.91 | 0.51 |
| Hex | D5 | F | F4 | D | 5E | 0 | 4 | 124 | 5B | 33 |
| Octal | 325 | 17 | 364 | 15 | 136 | 0 | 4 | 444 | 133 | 63 |
| Binary | 11010101 | 1111 | 11110100 | 1101 | 1011110 | 0 | 100 | 100100100 | 1011011 | 110011 |
Color Harmonies of #D50FF4
Complementary color
Monochromatic Colors of #D50FF4
Black with #D50FF4
Text Example
Text Example
White with #D50FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FF4; }
p { color: rgb(213,15,244); }
H1.HeaderClassName
{
color: #D50FF4;
}
.AnyTagClassName
{
color: #D50FF4;
}
</style>
background-color css
<style>
a { background-color: #D50FF4; }
a { background-color: rgb(213,15,244); }
div.DivClassName
{
background-color: #D50FF4;
}
.BgClassName
{
background-color: #D50FF4;
}
</style>
border-color css
<style>
span { border-color: #D50FF4; }
span { border-color: rgb(213,15,244); }
td.TdClassName
{
border-color: #D50FF4;
}
.TagClassName
{
border-color: #D50FF4;
}
</style>