Shades of Psychedelic Purple #D600F0
Tints of Psychedelic Purple #D600F0
RGB
CMYK
RGB Variations
Color information
#D600F0 (or 0xD600F0) is known color: Psychedelic Purple. HEX triplet: D6, 00 and F0. RGB value is (214,0,240). Sum of RGB (Red+Green+Blue) = 214+0+240=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #D600F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600F0 is #29FF0F. Grayscale: #5A5A5A. Windows color (decimal): -2752272 or 15728854. OLE color: 15728854.
HSL color Cylindrical-coordinate representation of color #D600F0: hue angle of 293.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600F0 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 0 | 240 | - |
| CMYK | 0.11 | 1 | 0 | 0.06 |
| HSL | 293.5º | 1% | 0.47% | - |
| HSV(B) | 293.5º | 1% | 0.94% | - |
| XYZ | 43.46 | 20.59 | 84.12 | - |
| YUV | 91.35 | 211.9 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 240 | 0.11 | 1 | 0 | 0.06 | 293.5 | 1 | 0.47 |
| Hex | D6 | 0 | F0 | B | 64 | 0 | 6 | 126 | 64 | 2F |
| Octal | 326 | 0 | 360 | 13 | 144 | 0 | 6 | 446 | 144 | 57 |
| Binary | 11010110 | 0 | 11110000 | 1011 | 1100100 | 0 | 110 | 100100110 | 1100100 | 101111 |
Color Harmonies of #D600F0
Complementary color
Monochromatic Colors of #D600F0
Black with #D600F0
Text Example
Text Example
White with #D600F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600F0; }
p { color: rgb(214,0,240); }
H1.HeaderClassName
{
color: #D600F0;
}
.AnyTagClassName
{
color: #D600F0;
}
</style>
background-color css
<style>
a { background-color: #D600F0; }
a { background-color: rgb(214,0,240); }
div.DivClassName
{
background-color: #D600F0;
}
.BgClassName
{
background-color: #D600F0;
}
</style>
border-color css
<style>
span { border-color: #D600F0; }
span { border-color: rgb(214,0,240); }
td.TdClassName
{
border-color: #D600F0;
}
.TagClassName
{
border-color: #D600F0;
}
</style>