Shades of Psychedelic Purple #D512FC
Tints of Psychedelic Purple #D512FC
RGB
CMYK
RGB Variations
Color information
#D512FC (or 0xD512FC) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FC. RGB value is (213,18,252). Sum of RGB (Red+Green+Blue) = 213+18+252=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #D512FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FC is #2AED03. Grayscale: #666666. Windows color (decimal): -2813188 or 16519893. OLE color: 16519893.
HSL color Cylindrical-coordinate representation of color #D512FC: hue angle of 290º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D512FC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 18 | 252 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.01 |
| HSL | 290º | 0.98% | 0.53% | - |
| HSV(B) | 290º | 0.93% | 0.99% | - |
| XYZ | 45.23 | 21.61 | 93.88 | - |
| YUV | 102.98 | 212.1 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 252 | 0.15 | 0.93 | 0 | 0.01 | 290 | 0.98 | 0.53 |
| Hex | D5 | 12 | FC | F | 5D | 0 | 1 | 122 | 62 | 35 |
| Octal | 325 | 22 | 374 | 17 | 135 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010101 | 10010 | 11111100 | 1111 | 1011101 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D512FC
Complementary color
Monochromatic Colors of #D512FC
Black with #D512FC
Text Example
Text Example
White with #D512FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512FC; }
p { color: rgb(213,18,252); }
H1.HeaderClassName
{
color: #D512FC;
}
.AnyTagClassName
{
color: #D512FC;
}
</style>
background-color css
<style>
a { background-color: #D512FC; }
a { background-color: rgb(213,18,252); }
div.DivClassName
{
background-color: #D512FC;
}
.BgClassName
{
background-color: #D512FC;
}
</style>
border-color css
<style>
span { border-color: #D512FC; }
span { border-color: rgb(213,18,252); }
td.TdClassName
{
border-color: #D512FC;
}
.TagClassName
{
border-color: #D512FC;
}
</style>