Shades of Psychedelic Purple #D402FC
Tints of Psychedelic Purple #D402FC
RGB
CMYK
RGB Variations
Color information
#D402FC (or 0xD402FC) is known color: Psychedelic Purple. HEX triplet: D4, 02 and FC. RGB value is (212,2,252). Sum of RGB (Red+Green+Blue) = 212+2+252=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #D402FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402FC is #2BFD03. Grayscale: #5C5C5C. Windows color (decimal): -2882820 or 16515796. OLE color: 16515796.
HSL color Cylindrical-coordinate representation of color #D402FC: hue angle of 290.4º 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 #D402FC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 2 | 252 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.01 |
| HSL | 290.4º | 0.98% | 0.5% | - |
| HSV(B) | 290.4º | 0.99% | 0.99% | - |
| XYZ | 44.74 | 21.07 | 93.8 | - |
| YUV | 93.29 | 217.57 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 252 | 0.16 | 0.99 | 0 | 0.01 | 290.4 | 0.98 | 0.5 |
| Hex | D4 | 2 | FC | 10 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 324 | 2 | 374 | 20 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010100 | 10 | 11111100 | 10000 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D402FC
Complementary color
Monochromatic Colors of #D402FC
Black with #D402FC
Text Example
Text Example
White with #D402FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402FC; }
p { color: rgb(212,2,252); }
H1.HeaderClassName
{
color: #D402FC;
}
.AnyTagClassName
{
color: #D402FC;
}
</style>
background-color css
<style>
a { background-color: #D402FC; }
a { background-color: rgb(212,2,252); }
div.DivClassName
{
background-color: #D402FC;
}
.BgClassName
{
background-color: #D402FC;
}
</style>
border-color css
<style>
span { border-color: #D402FC; }
span { border-color: rgb(212,2,252); }
td.TdClassName
{
border-color: #D402FC;
}
.TagClassName
{
border-color: #D402FC;
}
</style>