Shades of Psychedelic Purple #D423FB
Tints of Psychedelic Purple #D423FB
RGB
CMYK
RGB Variations
Color information
#D423FB (or 0xD423FB) is known color: Psychedelic Purple. HEX triplet: D4, 23 and FB. RGB value is (212,35,251). Sum of RGB (Red+Green+Blue) = 212+35+251=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #D423FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423FB is #2BDC04. Grayscale: #6F6F6F. Windows color (decimal): -2874373 or 16458708. OLE color: 16458708.
HSL color Cylindrical-coordinate representation of color #D423FB: hue angle of 289.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D423FB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 35 | 251 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.02 |
| HSL | 289.17º | 0.96% | 0.56% | - |
| HSV(B) | 289.17º | 0.86% | 0.98% | - |
| XYZ | 45.17 | 22.16 | 93.16 | - |
| YUV | 112.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 251 | 0.16 | 0.86 | 0 | 0.02 | 289.17 | 0.96 | 0.56 |
| Hex | D4 | 23 | FB | 10 | 56 | 0 | 2 | 121 | 60 | 38 |
| Octal | 324 | 43 | 373 | 20 | 126 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010100 | 100011 | 11111011 | 10000 | 1010110 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D423FB
Complementary color
Monochromatic Colors of #D423FB
Black with #D423FB
Text Example
Text Example
White with #D423FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423FB; }
p { color: rgb(212,35,251); }
H1.HeaderClassName
{
color: #D423FB;
}
.AnyTagClassName
{
color: #D423FB;
}
</style>
background-color css
<style>
a { background-color: #D423FB; }
a { background-color: rgb(212,35,251); }
div.DivClassName
{
background-color: #D423FB;
}
.BgClassName
{
background-color: #D423FB;
}
</style>
border-color css
<style>
span { border-color: #D423FB; }
span { border-color: rgb(212,35,251); }
td.TdClassName
{
border-color: #D423FB;
}
.TagClassName
{
border-color: #D423FB;
}
</style>