Shades of Psychedelic Purple #D62FF8
Tints of Psychedelic Purple #D62FF8
RGB
CMYK
RGB Variations
Color information
#D62FF8 (or 0xD62FF8) is known color: Psychedelic Purple. HEX triplet: D6, 2F and F8. RGB value is (214,47,248). Sum of RGB (Red+Green+Blue) = 214+47+248=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #D62FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FF8 is #29D007. Grayscale: #777777. Windows color (decimal): -2740232 or 16265174. OLE color: 16265174.
HSL color Cylindrical-coordinate representation of color #D62FF8: hue angle of 289.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62FF8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 47 | 248 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.03 |
| HSL | 289.85º | 0.93% | 0.58% | - |
| HSV(B) | 289.85º | 0.81% | 0.97% | - |
| XYZ | 45.69 | 23.11 | 90.86 | - |
| YUV | 119.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 248 | 0.14 | 0.81 | 0 | 0.03 | 289.85 | 0.93 | 0.58 |
| Hex | D6 | 2F | F8 | E | 51 | 0 | 3 | 122 | 5D | 3A |
| Octal | 326 | 57 | 370 | 16 | 121 | 0 | 3 | 442 | 135 | 72 |
| Binary | 11010110 | 101111 | 11111000 | 1110 | 1010001 | 0 | 11 | 100100010 | 1011101 | 111010 |
Color Harmonies of #D62FF8
Complementary color
Monochromatic Colors of #D62FF8
Black with #D62FF8
Text Example
Text Example
White with #D62FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FF8; }
p { color: rgb(214,47,248); }
H1.HeaderClassName
{
color: #D62FF8;
}
.AnyTagClassName
{
color: #D62FF8;
}
</style>
background-color css
<style>
a { background-color: #D62FF8; }
a { background-color: rgb(214,47,248); }
div.DivClassName
{
background-color: #D62FF8;
}
.BgClassName
{
background-color: #D62FF8;
}
</style>
border-color css
<style>
span { border-color: #D62FF8; }
span { border-color: rgb(214,47,248); }
td.TdClassName
{
border-color: #D62FF8;
}
.TagClassName
{
border-color: #D62FF8;
}
</style>