Shades of Psychedelic Purple #D62DFB
Tints of Psychedelic Purple #D62DFB
RGB
CMYK
RGB Variations
Color information
#D62DFB (or 0xD62DFB) is known color: Psychedelic Purple. HEX triplet: D6, 2D and FB. RGB value is (214,45,251). Sum of RGB (Red+Green+Blue) = 214+45+251=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #D62DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62DFB is #29D204. Grayscale: #767676. Windows color (decimal): -2740741 or 16461270. OLE color: 16461270.
HSL color Cylindrical-coordinate representation of color #D62DFB: hue angle of 289.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62DFB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 45 | 251 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.02 |
| HSL | 289.22º | 0.96% | 0.58% | - |
| HSV(B) | 289.22º | 0.82% | 0.98% | - |
| XYZ | 46.08 | 23.14 | 93.3 | - |
| YUV | 119.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 251 | 0.15 | 0.82 | 0 | 0.02 | 289.22 | 0.96 | 0.58 |
| Hex | D6 | 2D | FB | F | 52 | 0 | 2 | 121 | 60 | 3A |
| Octal | 326 | 55 | 373 | 17 | 122 | 0 | 2 | 441 | 140 | 72 |
| Binary | 11010110 | 101101 | 11111011 | 1111 | 1010010 | 0 | 10 | 100100001 | 1100000 | 111010 |
Color Harmonies of #D62DFB
Complementary color
Monochromatic Colors of #D62DFB
Black with #D62DFB
Text Example
Text Example
White with #D62DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DFB; }
p { color: rgb(214,45,251); }
H1.HeaderClassName
{
color: #D62DFB;
}
.AnyTagClassName
{
color: #D62DFB;
}
</style>
background-color css
<style>
a { background-color: #D62DFB; }
a { background-color: rgb(214,45,251); }
div.DivClassName
{
background-color: #D62DFB;
}
.BgClassName
{
background-color: #D62DFB;
}
</style>
border-color css
<style>
span { border-color: #D62DFB; }
span { border-color: rgb(214,45,251); }
td.TdClassName
{
border-color: #D62DFB;
}
.TagClassName
{
border-color: #D62DFB;
}
</style>