Shades of Psychedelic Purple #D403FD
Tints of Psychedelic Purple #D403FD
RGB
CMYK
RGB Variations
Color information
#D403FD (or 0xD403FD) is known color: Psychedelic Purple. HEX triplet: D4, 03 and FD. RGB value is (212,3,253). Sum of RGB (Red+Green+Blue) = 212+3+253=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D403FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D403FD is #2BFC02. Grayscale: #5D5D5D. Windows color (decimal): -2882563 or 16581588. OLE color: 16581588.
HSL color Cylindrical-coordinate representation of color #D403FD: hue angle of 290.16º 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 #D403FD is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 3 | 253 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.01 |
| HSL | 290.16º | 0.98% | 0.5% | - |
| HSV(B) | 290.16º | 0.99% | 0.99% | - |
| XYZ | 44.91 | 21.15 | 94.64 | - |
| YUV | 93.99 | 217.74 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 253 | 0.16 | 0.99 | 0 | 0.01 | 290.16 | 0.98 | 0.5 |
| Hex | D4 | 3 | FD | 10 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 324 | 3 | 375 | 20 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010100 | 11 | 11111101 | 10000 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D403FD
Complementary color
Monochromatic Colors of #D403FD
Black with #D403FD
Text Example
Text Example
White with #D403FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403FD; }
p { color: rgb(212,3,253); }
H1.HeaderClassName
{
color: #D403FD;
}
.AnyTagClassName
{
color: #D403FD;
}
</style>
background-color css
<style>
a { background-color: #D403FD; }
a { background-color: rgb(212,3,253); }
div.DivClassName
{
background-color: #D403FD;
}
.BgClassName
{
background-color: #D403FD;
}
</style>
border-color css
<style>
span { border-color: #D403FD; }
span { border-color: rgb(212,3,253); }
td.TdClassName
{
border-color: #D403FD;
}
.TagClassName
{
border-color: #D403FD;
}
</style>