Shades of Psychedelic Purple #D403FC
Tints of Psychedelic Purple #D403FC
RGB
CMYK
RGB Variations
Color information
#D403FC (or 0xD403FC) is known color: Psychedelic Purple. HEX triplet: D4, 03 and FC. RGB value is (212,3,252). Sum of RGB (Red+Green+Blue) = 212+3+252=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #D403FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403FC is #2BFC03. Grayscale: #5D5D5D. Windows color (decimal): -2882564 or 16516052. OLE color: 16516052.
HSL color Cylindrical-coordinate representation of color #D403FC: hue angle of 290.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403FC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 3 | 252 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.01 |
| HSL | 290.36º | 0.98% | 0.5% | - |
| HSV(B) | 290.36º | 0.99% | 0.99% | - |
| XYZ | 44.75 | 21.09 | 93.81 | - |
| YUV | 93.88 | 217.24 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 252 | 0.16 | 0.99 | 0 | 0.01 | 290.36 | 0.98 | 0.5 |
| Hex | D4 | 3 | FC | 10 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 324 | 3 | 374 | 20 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010100 | 11 | 11111100 | 10000 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D403FC
Complementary color
Monochromatic Colors of #D403FC
Black with #D403FC
Text Example
Text Example
White with #D403FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403FC; }
p { color: rgb(212,3,252); }
H1.HeaderClassName
{
color: #D403FC;
}
.AnyTagClassName
{
color: #D403FC;
}
</style>
background-color css
<style>
a { background-color: #D403FC; }
a { background-color: rgb(212,3,252); }
div.DivClassName
{
background-color: #D403FC;
}
.BgClassName
{
background-color: #D403FC;
}
</style>
border-color css
<style>
span { border-color: #D403FC; }
span { border-color: rgb(212,3,252); }
td.TdClassName
{
border-color: #D403FC;
}
.TagClassName
{
border-color: #D403FC;
}
</style>