Shades of Psychedelic Purple #D613FC
Tints of Psychedelic Purple #D613FC
RGB
CMYK
RGB Variations
Color information
#D613FC (or 0xD613FC) is known color: Psychedelic Purple. HEX triplet: D6, 13 and FC. RGB value is (214,19,252). Sum of RGB (Red+Green+Blue) = 214+19+252=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #D613FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613FC is #29EC03. Grayscale: #676767. Windows color (decimal): -2747396 or 16520150. OLE color: 16520150.
HSL color Cylindrical-coordinate representation of color #D613FC: hue angle of 290.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D613FC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 19 | 252 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.01 |
| HSL | 290.21º | 0.97% | 0.53% | - |
| HSV(B) | 290.21º | 0.92% | 0.99% | - |
| XYZ | 45.54 | 21.79 | 93.9 | - |
| YUV | 103.87 | 211.6 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 252 | 0.15 | 0.92 | 0 | 0.01 | 290.21 | 0.97 | 0.53 |
| Hex | D6 | 13 | FC | F | 5C | 0 | 1 | 122 | 61 | 35 |
| Octal | 326 | 23 | 374 | 17 | 134 | 0 | 1 | 442 | 141 | 65 |
| Binary | 11010110 | 10011 | 11111100 | 1111 | 1011100 | 0 | 1 | 100100010 | 1100001 | 110101 |
Color Harmonies of #D613FC
Complementary color
Monochromatic Colors of #D613FC
Black with #D613FC
Text Example
Text Example
White with #D613FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613FC; }
p { color: rgb(214,19,252); }
H1.HeaderClassName
{
color: #D613FC;
}
.AnyTagClassName
{
color: #D613FC;
}
</style>
background-color css
<style>
a { background-color: #D613FC; }
a { background-color: rgb(214,19,252); }
div.DivClassName
{
background-color: #D613FC;
}
.BgClassName
{
background-color: #D613FC;
}
</style>
border-color css
<style>
span { border-color: #D613FC; }
span { border-color: rgb(214,19,252); }
td.TdClassName
{
border-color: #D613FC;
}
.TagClassName
{
border-color: #D613FC;
}
</style>