Shades of Psychedelic Purple #D50AFD
Tints of Psychedelic Purple #D50AFD
RGB
CMYK
RGB Variations
Color information
#D50AFD (or 0xD50AFD) is known color: Psychedelic Purple. HEX triplet: D5, 0A and FD. RGB value is (213,10,253). Sum of RGB (Red+Green+Blue) = 213+10+253=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #D50AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AFD is #2AF502. Grayscale: #616161. Windows color (decimal): -2815235 or 16583381. OLE color: 16583381.
HSL color Cylindrical-coordinate representation of color #D50AFD: hue angle of 290.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AFD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 10 | 253 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.01 |
| HSL | 290.12º | 0.98% | 0.52% | - |
| HSV(B) | 290.12º | 0.96% | 0.99% | - |
| XYZ | 45.28 | 21.46 | 94.68 | - |
| YUV | 98.4 | 215.25 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 253 | 0.16 | 0.96 | 0 | 0.01 | 290.12 | 0.98 | 0.52 |
| Hex | D5 | A | FD | 10 | 60 | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 12 | 375 | 20 | 140 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1010 | 11111101 | 10000 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50AFD
Complementary color
Monochromatic Colors of #D50AFD
Black with #D50AFD
Text Example
Text Example
White with #D50AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AFD; }
p { color: rgb(213,10,253); }
H1.HeaderClassName
{
color: #D50AFD;
}
.AnyTagClassName
{
color: #D50AFD;
}
</style>
background-color css
<style>
a { background-color: #D50AFD; }
a { background-color: rgb(213,10,253); }
div.DivClassName
{
background-color: #D50AFD;
}
.BgClassName
{
background-color: #D50AFD;
}
</style>
border-color css
<style>
span { border-color: #D50AFD; }
span { border-color: rgb(213,10,253); }
td.TdClassName
{
border-color: #D50AFD;
}
.TagClassName
{
border-color: #D50AFD;
}
</style>