Shades of Psychedelic Purple #D413F8
Tints of Psychedelic Purple #D413F8
RGB
CMYK
RGB Variations
Color information
#D413F8 (or 0xD413F8) is known color: Psychedelic Purple. HEX triplet: D4, 13 and F8. RGB value is (212,19,248). Sum of RGB (Red+Green+Blue) = 212+19+248=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #D413F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413F8 is #2BEC07. Grayscale: #666666. Windows color (decimal): -2878472 or 16258004. OLE color: 16258004.
HSL color Cylindrical-coordinate representation of color #D413F8: hue angle of 290.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D413F8 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 19 | 248 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.03 |
| HSL | 290.57º | 0.94% | 0.52% | - |
| HSV(B) | 290.57º | 0.92% | 0.97% | - |
| XYZ | 44.33 | 21.24 | 90.57 | - |
| YUV | 102.81 | 209.94 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 248 | 0.15 | 0.92 | 0 | 0.03 | 290.57 | 0.94 | 0.52 |
| Hex | D4 | 13 | F8 | F | 5C | 0 | 3 | 123 | 5E | 34 |
| Octal | 324 | 23 | 370 | 17 | 134 | 0 | 3 | 443 | 136 | 64 |
| Binary | 11010100 | 10011 | 11111000 | 1111 | 1011100 | 0 | 11 | 100100011 | 1011110 | 110100 |
Color Harmonies of #D413F8
Complementary color
Monochromatic Colors of #D413F8
Black with #D413F8
Text Example
Text Example
White with #D413F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413F8; }
p { color: rgb(212,19,248); }
H1.HeaderClassName
{
color: #D413F8;
}
.AnyTagClassName
{
color: #D413F8;
}
</style>
background-color css
<style>
a { background-color: #D413F8; }
a { background-color: rgb(212,19,248); }
div.DivClassName
{
background-color: #D413F8;
}
.BgClassName
{
background-color: #D413F8;
}
</style>
border-color css
<style>
span { border-color: #D413F8; }
span { border-color: rgb(212,19,248); }
td.TdClassName
{
border-color: #D413F8;
}
.TagClassName
{
border-color: #D413F8;
}
</style>