Shades of Psychedelic Purple #D403FF
Tints of Psychedelic Purple #D403FF
RGB
CMYK
RGB Variations
Color information
#D403FF (or 0xD403FF) is known color: Psychedelic Purple. HEX triplet: D4, 03 and FF. RGB value is (212,3,255). Sum of RGB (Red+Green+Blue) = 212+3+255=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #D403FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403FF is #2BFC00. Grayscale: #5D5D5D. Windows color (decimal): -2882561 or 16712660. OLE color: 16712660.
HSL color Cylindrical-coordinate representation of color #D403FF: hue angle of 289.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403FF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 3 | 255 | - |
| CMYK | 0.17 | 0.99 | 0 | 0 |
| HSL | 289.76º | 1% | 0.51% | - |
| HSV(B) | 289.76º | 0.99% | 1% | - |
| XYZ | 45.23 | 21.28 | 96.33 | - |
| YUV | 94.22 | 218.74 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 255 | 0.17 | 0.99 | 0 | 0 | 289.76 | 1 | 0.51 |
| Hex | D4 | 3 | FF | 11 | 63 | 0 | 0 | 122 | 64 | 33 |
| Octal | 324 | 3 | 377 | 21 | 143 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010100 | 11 | 11111111 | 10001 | 1100011 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D403FF
Complementary color
Monochromatic Colors of #D403FF
Black with #D403FF
Text Example
Text Example
White with #D403FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403FF; }
p { color: rgb(212,3,255); }
H1.HeaderClassName
{
color: #D403FF;
}
.AnyTagClassName
{
color: #D403FF;
}
</style>
background-color css
<style>
a { background-color: #D403FF; }
a { background-color: rgb(212,3,255); }
div.DivClassName
{
background-color: #D403FF;
}
.BgClassName
{
background-color: #D403FF;
}
</style>
border-color css
<style>
span { border-color: #D403FF; }
span { border-color: rgb(212,3,255); }
td.TdClassName
{
border-color: #D403FF;
}
.TagClassName
{
border-color: #D403FF;
}
</style>