Shades of Psychedelic Purple #D423FD
Tints of Psychedelic Purple #D423FD
RGB
CMYK
RGB Variations
Color information
#D423FD (or 0xD423FD) is known color: Psychedelic Purple. HEX triplet: D4, 23 and FD. RGB value is (212,35,253). Sum of RGB (Red+Green+Blue) = 212+35+253=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 35 (14.06% from 255 or 7% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #D423FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423FD is #2BDC02. Grayscale: #707070. Windows color (decimal): -2874371 or 16589780. OLE color: 16589780.
HSL color Cylindrical-coordinate representation of color #D423FD: hue angle of 288.72º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D423FD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 35 | 253 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.01 |
| HSL | 288.72º | 0.98% | 0.56% | - |
| HSV(B) | 288.72º | 0.86% | 0.99% | - |
| XYZ | 45.48 | 22.29 | 94.83 | - |
| YUV | 112.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 253 | 0.16 | 0.86 | 0 | 0.01 | 288.72 | 0.98 | 0.56 |
| Hex | D4 | 23 | FD | 10 | 56 | 0 | 1 | 121 | 62 | 38 |
| Octal | 324 | 43 | 375 | 20 | 126 | 0 | 1 | 441 | 142 | 70 |
| Binary | 11010100 | 100011 | 11111101 | 10000 | 1010110 | 0 | 1 | 100100001 | 1100010 | 111000 |
Color Harmonies of #D423FD
Complementary color
Monochromatic Colors of #D423FD
Black with #D423FD
Text Example
Text Example
White with #D423FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423FD; }
p { color: rgb(212,35,253); }
H1.HeaderClassName
{
color: #D423FD;
}
.AnyTagClassName
{
color: #D423FD;
}
</style>
background-color css
<style>
a { background-color: #D423FD; }
a { background-color: rgb(212,35,253); }
div.DivClassName
{
background-color: #D423FD;
}
.BgClassName
{
background-color: #D423FD;
}
</style>
border-color css
<style>
span { border-color: #D423FD; }
span { border-color: rgb(212,35,253); }
td.TdClassName
{
border-color: #D423FD;
}
.TagClassName
{
border-color: #D423FD;
}
</style>