Shades of Psychedelic Purple #D413FF
Tints of Psychedelic Purple #D413FF
RGB
CMYK
RGB Variations
Color information
#D413FF (or 0xD413FF) is known color: Psychedelic Purple. HEX triplet: D4, 13 and FF. RGB value is (212,19,255). Sum of RGB (Red+Green+Blue) = 212+19+255=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D413FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413FF is #2BEC00. Grayscale: #666666. Windows color (decimal): -2878465 or 16716756. OLE color: 16716756.
HSL color Cylindrical-coordinate representation of color #D413FF: hue angle of 289.07º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D413FF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 19 | 255 | - |
| CMYK | 0.17 | 0.93 | 0 | 0 |
| HSL | 289.07º | 1% | 0.54% | - |
| HSV(B) | 289.07º | 0.93% | 1% | - |
| XYZ | 45.43 | 21.68 | 96.4 | - |
| YUV | 103.61 | 213.44 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 255 | 0.17 | 0.93 | 0 | 0 | 289.07 | 1 | 0.54 |
| Hex | D4 | 13 | FF | 11 | 5D | 0 | 0 | 121 | 64 | 36 |
| Octal | 324 | 23 | 377 | 21 | 135 | 0 | 0 | 441 | 144 | 66 |
| Binary | 11010100 | 10011 | 11111111 | 10001 | 1011101 | 0 | 0 | 100100001 | 1100100 | 110110 |
Color Harmonies of #D413FF
Complementary color
Monochromatic Colors of #D413FF
Black with #D413FF
Text Example
Text Example
White with #D413FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413FF; }
p { color: rgb(212,19,255); }
H1.HeaderClassName
{
color: #D413FF;
}
.AnyTagClassName
{
color: #D413FF;
}
</style>
background-color css
<style>
a { background-color: #D413FF; }
a { background-color: rgb(212,19,255); }
div.DivClassName
{
background-color: #D413FF;
}
.BgClassName
{
background-color: #D413FF;
}
</style>
border-color css
<style>
span { border-color: #D413FF; }
span { border-color: rgb(212,19,255); }
td.TdClassName
{
border-color: #D413FF;
}
.TagClassName
{
border-color: #D413FF;
}
</style>