Shades of Psychedelic Purple #D50AF4
Tints of Psychedelic Purple #D50AF4
RGB
CMYK
RGB Variations
Color information
#D50AF4 (or 0xD50AF4) is known color: Psychedelic Purple. HEX triplet: D5, 0A and F4. RGB value is (213,10,244). Sum of RGB (Red+Green+Blue) = 213+10+244=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #D50AF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AF4 is #2AF50B. Grayscale: #606060. Windows color (decimal): -2815244 or 15993557. OLE color: 15993557.
HSL color Cylindrical-coordinate representation of color #D50AF4: hue angle of 292.05º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AF4 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 10 | 244 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.04 |
| HSL | 292.05º | 0.92% | 0.5% | - |
| HSV(B) | 292.05º | 0.96% | 0.96% | - |
| XYZ | 43.88 | 20.89 | 87.31 | - |
| YUV | 97.37 | 210.75 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 244 | 0.13 | 0.96 | 0 | 0.04 | 292.05 | 0.92 | 0.5 |
| Hex | D5 | A | F4 | D | 60 | 0 | 4 | 124 | 5C | 32 |
| Octal | 325 | 12 | 364 | 15 | 140 | 0 | 4 | 444 | 134 | 62 |
| Binary | 11010101 | 1010 | 11110100 | 1101 | 1100000 | 0 | 100 | 100100100 | 1011100 | 110010 |
Color Harmonies of #D50AF4
Complementary color
Monochromatic Colors of #D50AF4
Black with #D50AF4
Text Example
Text Example
White with #D50AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AF4; }
p { color: rgb(213,10,244); }
H1.HeaderClassName
{
color: #D50AF4;
}
.AnyTagClassName
{
color: #D50AF4;
}
</style>
background-color css
<style>
a { background-color: #D50AF4; }
a { background-color: rgb(213,10,244); }
div.DivClassName
{
background-color: #D50AF4;
}
.BgClassName
{
background-color: #D50AF4;
}
</style>
border-color css
<style>
span { border-color: #D50AF4; }
span { border-color: rgb(213,10,244); }
td.TdClassName
{
border-color: #D50AF4;
}
.TagClassName
{
border-color: #D50AF4;
}
</style>