Shades of Psychedelic Purple #D423F9
Tints of Psychedelic Purple #D423F9
RGB
CMYK
RGB Variations
Color information
#D423F9 (or 0xD423F9) is known color: Psychedelic Purple. HEX triplet: D4, 23 and F9. RGB value is (212,35,249). Sum of RGB (Red+Green+Blue) = 212+35+249=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #D423F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423F9 is #2BDC06. Grayscale: #6F6F6F. Windows color (decimal): -2874375 or 16327636. OLE color: 16327636.
HSL color Cylindrical-coordinate representation of color #D423F9: hue angle of 289.63º degrees, saturation: 0.95, 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 #D423F9 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 35 | 249 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.02 |
| HSL | 289.63º | 0.95% | 0.56% | - |
| HSV(B) | 289.63º | 0.86% | 0.98% | - |
| XYZ | 44.85 | 22.04 | 91.51 | - |
| YUV | 112.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 249 | 0.15 | 0.86 | 0 | 0.02 | 289.63 | 0.95 | 0.56 |
| Hex | D4 | 23 | F9 | F | 56 | 0 | 2 | 122 | 5F | 38 |
| Octal | 324 | 43 | 371 | 17 | 126 | 0 | 2 | 442 | 137 | 70 |
| Binary | 11010100 | 100011 | 11111001 | 1111 | 1010110 | 0 | 10 | 100100010 | 1011111 | 111000 |
Color Harmonies of #D423F9
Complementary color
Monochromatic Colors of #D423F9
Black with #D423F9
Text Example
Text Example
White with #D423F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423F9; }
p { color: rgb(212,35,249); }
H1.HeaderClassName
{
color: #D423F9;
}
.AnyTagClassName
{
color: #D423F9;
}
</style>
background-color css
<style>
a { background-color: #D423F9; }
a { background-color: rgb(212,35,249); }
div.DivClassName
{
background-color: #D423F9;
}
.BgClassName
{
background-color: #D423F9;
}
</style>
border-color css
<style>
span { border-color: #D423F9; }
span { border-color: rgb(212,35,249); }
td.TdClassName
{
border-color: #D423F9;
}
.TagClassName
{
border-color: #D423F9;
}
</style>