Shades of Psychedelic Purple #D62CFC
Tints of Psychedelic Purple #D62CFC
RGB
CMYK
RGB Variations
Color information
#D62CFC (or 0xD62CFC) is known color: Psychedelic Purple. HEX triplet: D6, 2C and FC. RGB value is (214,44,252). Sum of RGB (Red+Green+Blue) = 214+44+252=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #D62CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62CFC is #29D303. Grayscale: #757575. Windows color (decimal): -2740996 or 16526550. OLE color: 16526550.
HSL color Cylindrical-coordinate representation of color #D62CFC: hue angle of 289.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62CFC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 44 | 252 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.01 |
| HSL | 289.04º | 0.97% | 0.58% | - |
| HSV(B) | 289.04º | 0.83% | 0.99% | - |
| XYZ | 46.2 | 23.13 | 94.12 | - |
| YUV | 118.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 252 | 0.15 | 0.83 | 0 | 0.01 | 289.04 | 0.97 | 0.58 |
| Hex | D6 | 2C | FC | F | 53 | 0 | 1 | 121 | 61 | 3A |
| Octal | 326 | 54 | 374 | 17 | 123 | 0 | 1 | 441 | 141 | 72 |
| Binary | 11010110 | 101100 | 11111100 | 1111 | 1010011 | 0 | 1 | 100100001 | 1100001 | 111010 |
Color Harmonies of #D62CFC
Complementary color
Monochromatic Colors of #D62CFC
Black with #D62CFC
Text Example
Text Example
White with #D62CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CFC; }
p { color: rgb(214,44,252); }
H1.HeaderClassName
{
color: #D62CFC;
}
.AnyTagClassName
{
color: #D62CFC;
}
</style>
background-color css
<style>
a { background-color: #D62CFC; }
a { background-color: rgb(214,44,252); }
div.DivClassName
{
background-color: #D62CFC;
}
.BgClassName
{
background-color: #D62CFC;
}
</style>
border-color css
<style>
span { border-color: #D62CFC; }
span { border-color: rgb(214,44,252); }
td.TdClassName
{
border-color: #D62CFC;
}
.TagClassName
{
border-color: #D62CFC;
}
</style>