Shades of Psychedelic Purple #D61CFC
Tints of Psychedelic Purple #D61CFC
RGB
CMYK
RGB Variations
Color information
#D61CFC (or 0xD61CFC) is known color: Psychedelic Purple. HEX triplet: D6, 1C and FC. RGB value is (214,28,252). Sum of RGB (Red+Green+Blue) = 214+28+252=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #D61CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CFC is #29E303. Grayscale: #6C6C6C. Windows color (decimal): -2745092 or 16522454. OLE color: 16522454.
HSL color Cylindrical-coordinate representation of color #D61CFC: hue angle of 289.82º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61CFC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 28 | 252 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.01 |
| HSL | 289.82º | 0.97% | 0.55% | - |
| HSV(B) | 289.82º | 0.89% | 0.99% | - |
| XYZ | 45.72 | 22.15 | 93.96 | - |
| YUV | 109.15 | 208.62 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 252 | 0.15 | 0.89 | 0 | 0.01 | 289.82 | 0.97 | 0.55 |
| Hex | D6 | 1C | FC | F | 59 | 0 | 1 | 122 | 61 | 37 |
| Octal | 326 | 34 | 374 | 17 | 131 | 0 | 1 | 442 | 141 | 67 |
| Binary | 11010110 | 11100 | 11111100 | 1111 | 1011001 | 0 | 1 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D61CFC
Complementary color
Monochromatic Colors of #D61CFC
Black with #D61CFC
Text Example
Text Example
White with #D61CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CFC; }
p { color: rgb(214,28,252); }
H1.HeaderClassName
{
color: #D61CFC;
}
.AnyTagClassName
{
color: #D61CFC;
}
</style>
background-color css
<style>
a { background-color: #D61CFC; }
a { background-color: rgb(214,28,252); }
div.DivClassName
{
background-color: #D61CFC;
}
.BgClassName
{
background-color: #D61CFC;
}
</style>
border-color css
<style>
span { border-color: #D61CFC; }
span { border-color: rgb(214,28,252); }
td.TdClassName
{
border-color: #D61CFC;
}
.TagClassName
{
border-color: #D61CFC;
}
</style>