Shades of Psychedelic Purple #D61EFC
Tints of Psychedelic Purple #D61EFC
RGB
CMYK
RGB Variations
Color information
#D61EFC (or 0xD61EFC) is known color: Psychedelic Purple. HEX triplet: D6, 1E and FC. RGB value is (214,30,252). Sum of RGB (Red+Green+Blue) = 214+30+252=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D61EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EFC is #29E103. Grayscale: #6D6D6D. Windows color (decimal): -2744580 or 16522966. OLE color: 16522966.
HSL color Cylindrical-coordinate representation of color #D61EFC: hue angle of 289.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61EFC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 30 | 252 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.01 |
| HSL | 289.73º | 0.97% | 0.55% | - |
| HSV(B) | 289.73º | 0.88% | 0.99% | - |
| XYZ | 45.77 | 22.25 | 93.98 | - |
| YUV | 110.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 252 | 0.15 | 0.88 | 0 | 0.01 | 289.73 | 0.97 | 0.55 |
| Hex | D6 | 1E | FC | F | 58 | 0 | 1 | 122 | 61 | 37 |
| Octal | 326 | 36 | 374 | 17 | 130 | 0 | 1 | 442 | 141 | 67 |
| Binary | 11010110 | 11110 | 11111100 | 1111 | 1011000 | 0 | 1 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D61EFC
Complementary color
Monochromatic Colors of #D61EFC
Black with #D61EFC
Text Example
Text Example
White with #D61EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61EFC; }
p { color: rgb(214,30,252); }
H1.HeaderClassName
{
color: #D61EFC;
}
.AnyTagClassName
{
color: #D61EFC;
}
</style>
background-color css
<style>
a { background-color: #D61EFC; }
a { background-color: rgb(214,30,252); }
div.DivClassName
{
background-color: #D61EFC;
}
.BgClassName
{
background-color: #D61EFC;
}
</style>
border-color css
<style>
span { border-color: #D61EFC; }
span { border-color: rgb(214,30,252); }
td.TdClassName
{
border-color: #D61EFC;
}
.TagClassName
{
border-color: #D61EFC;
}
</style>