Shades of Psychedelic Purple #D423FE
Tints of Psychedelic Purple #D423FE
RGB
CMYK
RGB Variations
Color information
#D423FE (or 0xD423FE) is known color: Psychedelic Purple. HEX triplet: D4, 23 and FE. RGB value is (212,35,254). Sum of RGB (Red+Green+Blue) = 212+35+254=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #D423FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423FE is #2BDC01. Grayscale: #707070. Windows color (decimal): -2874370 or 16655316. OLE color: 16655316.
HSL color Cylindrical-coordinate representation of color #D423FE: hue angle of 288.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D423FE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 35 | 254 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.00 |
| HSL | 288.49º | 0.99% | 0.57% | - |
| HSV(B) | 288.49º | 0.86% | 1% | - |
| XYZ | 45.64 | 22.35 | 95.68 | - |
| YUV | 112.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 254 | 0.17 | 0.86 | 0 | 0.00 | 288.49 | 0.99 | 0.57 |
| Hex | D4 | 23 | FE | 11 | 56 | 0 | 0 | 120 | 63 | 39 |
| Octal | 324 | 43 | 376 | 21 | 126 | 0 | 0 | 440 | 143 | 71 |
| Binary | 11010100 | 100011 | 11111110 | 10001 | 1010110 | 0 | 0 | 100100000 | 1100011 | 111001 |
Color Harmonies of #D423FE
Complementary color
Monochromatic Colors of #D423FE
Black with #D423FE
Text Example
Text Example
White with #D423FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423FE; }
p { color: rgb(212,35,254); }
H1.HeaderClassName
{
color: #D423FE;
}
.AnyTagClassName
{
color: #D423FE;
}
</style>
background-color css
<style>
a { background-color: #D423FE; }
a { background-color: rgb(212,35,254); }
div.DivClassName
{
background-color: #D423FE;
}
.BgClassName
{
background-color: #D423FE;
}
</style>
border-color css
<style>
span { border-color: #D423FE; }
span { border-color: rgb(212,35,254); }
td.TdClassName
{
border-color: #D423FE;
}
.TagClassName
{
border-color: #D423FE;
}
</style>