Shades of Psychedelic Purple #D423FC
Tints of Psychedelic Purple #D423FC
RGB
CMYK
RGB Variations
Color information
#D423FC (or 0xD423FC) is known color: Psychedelic Purple. HEX triplet: D4, 23 and FC. RGB value is (212,35,252). Sum of RGB (Red+Green+Blue) = 212+35+252=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #D423FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423FC is #2BDC03. Grayscale: #6F6F6F. Windows color (decimal): -2874372 or 16524244. OLE color: 16524244.
HSL color Cylindrical-coordinate representation of color #D423FC: hue angle of 288.94º degrees, saturation: 0.97, 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 #D423FC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 35 | 252 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.01 |
| HSL | 288.94º | 0.97% | 0.56% | - |
| HSV(B) | 288.94º | 0.86% | 0.99% | - |
| XYZ | 45.32 | 22.23 | 94 | - |
| YUV | 112.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 252 | 0.16 | 0.86 | 0 | 0.01 | 288.94 | 0.97 | 0.56 |
| Hex | D4 | 23 | FC | 10 | 56 | 0 | 1 | 121 | 61 | 38 |
| Octal | 324 | 43 | 374 | 20 | 126 | 0 | 1 | 441 | 141 | 70 |
| Binary | 11010100 | 100011 | 11111100 | 10000 | 1010110 | 0 | 1 | 100100001 | 1100001 | 111000 |
Color Harmonies of #D423FC
Complementary color
Monochromatic Colors of #D423FC
Black with #D423FC
Text Example
Text Example
White with #D423FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423FC; }
p { color: rgb(212,35,252); }
H1.HeaderClassName
{
color: #D423FC;
}
.AnyTagClassName
{
color: #D423FC;
}
</style>
background-color css
<style>
a { background-color: #D423FC; }
a { background-color: rgb(212,35,252); }
div.DivClassName
{
background-color: #D423FC;
}
.BgClassName
{
background-color: #D423FC;
}
</style>
border-color css
<style>
span { border-color: #D423FC; }
span { border-color: rgb(212,35,252); }
td.TdClassName
{
border-color: #D423FC;
}
.TagClassName
{
border-color: #D423FC;
}
</style>