Shades of Psychedelic Purple #D50AF2
Tints of Psychedelic Purple #D50AF2
RGB
CMYK
RGB Variations
Color information
#D50AF2 (or 0xD50AF2) is known color: Psychedelic Purple. HEX triplet: D5, 0A and F2. RGB value is (213,10,242). Sum of RGB (Red+Green+Blue) = 213+10+242=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #D50AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AF2 is #2AF50D. Grayscale: #606060. Windows color (decimal): -2815246 or 15862485. OLE color: 15862485.
HSL color Cylindrical-coordinate representation of color #D50AF2: hue angle of 292.5º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AF2 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 10 | 242 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.05 |
| HSL | 292.5º | 0.92% | 0.49% | - |
| HSV(B) | 292.5º | 0.96% | 0.95% | - |
| XYZ | 43.58 | 20.77 | 85.72 | - |
| YUV | 97.15 | 209.75 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 242 | 0.12 | 0.96 | 0 | 0.05 | 292.5 | 0.92 | 0.49 |
| Hex | D5 | A | F2 | C | 60 | 0 | 5 | 124 | 5C | 31 |
| Octal | 325 | 12 | 362 | 14 | 140 | 0 | 5 | 444 | 134 | 61 |
| Binary | 11010101 | 1010 | 11110010 | 1100 | 1100000 | 0 | 101 | 100100100 | 1011100 | 110001 |
Color Harmonies of #D50AF2
Complementary color
Monochromatic Colors of #D50AF2
Black with #D50AF2
Text Example
Text Example
White with #D50AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AF2; }
p { color: rgb(213,10,242); }
H1.HeaderClassName
{
color: #D50AF2;
}
.AnyTagClassName
{
color: #D50AF2;
}
</style>
background-color css
<style>
a { background-color: #D50AF2; }
a { background-color: rgb(213,10,242); }
div.DivClassName
{
background-color: #D50AF2;
}
.BgClassName
{
background-color: #D50AF2;
}
</style>
border-color css
<style>
span { border-color: #D50AF2; }
span { border-color: rgb(213,10,242); }
td.TdClassName
{
border-color: #D50AF2;
}
.TagClassName
{
border-color: #D50AF2;
}
</style>