Shades of Psychedelic Purple #D403FE
Tints of Psychedelic Purple #D403FE
RGB
CMYK
RGB Variations
Color information
#D403FE (or 0xD403FE) is known color: Psychedelic Purple. HEX triplet: D4, 03 and FE. RGB value is (212,3,254). Sum of RGB (Red+Green+Blue) = 212+3+254=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D403FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403FE is #2BFC01. Grayscale: #5D5D5D. Windows color (decimal): -2882562 or 16647124. OLE color: 16647124.
HSL color Cylindrical-coordinate representation of color #D403FE: hue angle of 289.96º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403FE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 3 | 254 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.00 |
| HSL | 289.96º | 0.99% | 0.5% | - |
| HSV(B) | 289.96º | 0.99% | 1% | - |
| XYZ | 45.07 | 21.22 | 95.49 | - |
| YUV | 94.11 | 218.24 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 254 | 0.17 | 0.99 | 0 | 0.00 | 289.96 | 0.99 | 0.5 |
| Hex | D4 | 3 | FE | 11 | 63 | 0 | 0 | 122 | 63 | 32 |
| Octal | 324 | 3 | 376 | 21 | 143 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010100 | 11 | 11111110 | 10001 | 1100011 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D403FE
Complementary color
Monochromatic Colors of #D403FE
Black with #D403FE
Text Example
Text Example
White with #D403FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403FE; }
p { color: rgb(212,3,254); }
H1.HeaderClassName
{
color: #D403FE;
}
.AnyTagClassName
{
color: #D403FE;
}
</style>
background-color css
<style>
a { background-color: #D403FE; }
a { background-color: rgb(212,3,254); }
div.DivClassName
{
background-color: #D403FE;
}
.BgClassName
{
background-color: #D403FE;
}
</style>
border-color css
<style>
span { border-color: #D403FE; }
span { border-color: rgb(212,3,254); }
td.TdClassName
{
border-color: #D403FE;
}
.TagClassName
{
border-color: #D403FE;
}
</style>