Shades of Psychedelic Purple #D420FF
Tints of Psychedelic Purple #D420FF
RGB
CMYK
RGB Variations
Color information
#D420FF (or 0xD420FF) is known color: Psychedelic Purple. HEX triplet: D4, 20 and FF. RGB value is (212,32,255). Sum of RGB (Red+Green+Blue) = 212+32+255=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #D420FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420FF is #2BDF00. Grayscale: #6E6E6E. Windows color (decimal): -2875137 or 16720084. OLE color: 16720084.
HSL color Cylindrical-coordinate representation of color #D420FF: hue angle of 288.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D420FF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 32 | 255 | - |
| CMYK | 0.17 | 0.87 | 0 | 0 |
| HSL | 288.43º | 1% | 0.56% | - |
| HSV(B) | 288.43º | 0.87% | 1% | - |
| XYZ | 45.72 | 22.25 | 96.49 | - |
| YUV | 111.24 | 209.13 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 255 | 0.17 | 0.87 | 0 | 0 | 288.43 | 1 | 0.56 |
| Hex | D4 | 20 | FF | 11 | 57 | 0 | 0 | 120 | 64 | 38 |
| Octal | 324 | 40 | 377 | 21 | 127 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010100 | 100000 | 11111111 | 10001 | 1010111 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D420FF
Complementary color
Monochromatic Colors of #D420FF
Black with #D420FF
Text Example
Text Example
White with #D420FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420FF; }
p { color: rgb(212,32,255); }
H1.HeaderClassName
{
color: #D420FF;
}
.AnyTagClassName
{
color: #D420FF;
}
</style>
background-color css
<style>
a { background-color: #D420FF; }
a { background-color: rgb(212,32,255); }
div.DivClassName
{
background-color: #D420FF;
}
.BgClassName
{
background-color: #D420FF;
}
</style>
border-color css
<style>
span { border-color: #D420FF; }
span { border-color: rgb(212,32,255); }
td.TdClassName
{
border-color: #D420FF;
}
.TagClassName
{
border-color: #D420FF;
}
</style>