Shades of Psychedelic Purple #D61FFB
Tints of Psychedelic Purple #D61FFB
RGB
CMYK
RGB Variations
Color information
#D61FFB (or 0xD61FFB) is known color: Psychedelic Purple. HEX triplet: D6, 1F and FB. RGB value is (214,31,251). Sum of RGB (Red+Green+Blue) = 214+31+251=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FFB is #29E004. Grayscale: #6E6E6E. Windows color (decimal): -2744325 or 16457686. OLE color: 16457686.
HSL color Cylindrical-coordinate representation of color #D61FFB: hue angle of 289.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61FFB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 31 | 251 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.02 |
| HSL | 289.91º | 0.96% | 0.55% | - |
| HSV(B) | 289.91º | 0.88% | 0.98% | - |
| XYZ | 45.63 | 22.24 | 93.15 | - |
| YUV | 110.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 251 | 0.15 | 0.88 | 0 | 0.02 | 289.91 | 0.96 | 0.55 |
| Hex | D6 | 1F | FB | F | 58 | 0 | 2 | 122 | 60 | 37 |
| Octal | 326 | 37 | 373 | 17 | 130 | 0 | 2 | 442 | 140 | 67 |
| Binary | 11010110 | 11111 | 11111011 | 1111 | 1011000 | 0 | 10 | 100100010 | 1100000 | 110111 |
Color Harmonies of #D61FFB
Complementary color
Monochromatic Colors of #D61FFB
Black with #D61FFB
Text Example
Text Example
White with #D61FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FFB; }
p { color: rgb(214,31,251); }
H1.HeaderClassName
{
color: #D61FFB;
}
.AnyTagClassName
{
color: #D61FFB;
}
</style>
background-color css
<style>
a { background-color: #D61FFB; }
a { background-color: rgb(214,31,251); }
div.DivClassName
{
background-color: #D61FFB;
}
.BgClassName
{
background-color: #D61FFB;
}
</style>
border-color css
<style>
span { border-color: #D61FFB; }
span { border-color: rgb(214,31,251); }
td.TdClassName
{
border-color: #D61FFB;
}
.TagClassName
{
border-color: #D61FFB;
}
</style>