Shades of Psychedelic Purple #D512FF
Tints of Psychedelic Purple #D512FF
RGB
CMYK
RGB Variations
Color information
#D512FF (or 0xD512FF) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FF. RGB value is (213,18,255). Sum of RGB (Red+Green+Blue) = 213+18+255=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D512FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FF is #2AED00. Grayscale: #666666. Windows color (decimal): -2813185 or 16716501. OLE color: 16716501.
HSL color Cylindrical-coordinate representation of color #D512FF: hue angle of 289.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D512FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 18 | 255 | - |
| CMYK | 0.16 | 0.93 | 0 | 0 |
| HSL | 289.37º | 1% | 0.54% | - |
| HSV(B) | 289.37º | 0.93% | 1% | - |
| XYZ | 45.71 | 21.8 | 96.41 | - |
| YUV | 103.32 | 213.6 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 255 | 0.16 | 0.93 | 0 | 0 | 289.37 | 1 | 0.54 |
| Hex | D5 | 12 | FF | 10 | 5D | 0 | 0 | 121 | 64 | 36 |
| Octal | 325 | 22 | 377 | 20 | 135 | 0 | 0 | 441 | 144 | 66 |
| Binary | 11010101 | 10010 | 11111111 | 10000 | 1011101 | 0 | 0 | 100100001 | 1100100 | 110110 |
Color Harmonies of #D512FF
Complementary color
Monochromatic Colors of #D512FF
Black with #D512FF
Text Example
Text Example
White with #D512FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512FF; }
p { color: rgb(213,18,255); }
H1.HeaderClassName
{
color: #D512FF;
}
.AnyTagClassName
{
color: #D512FF;
}
</style>
background-color css
<style>
a { background-color: #D512FF; }
a { background-color: rgb(213,18,255); }
div.DivClassName
{
background-color: #D512FF;
}
.BgClassName
{
background-color: #D512FF;
}
</style>
border-color css
<style>
span { border-color: #D512FF; }
span { border-color: rgb(213,18,255); }
td.TdClassName
{
border-color: #D512FF;
}
.TagClassName
{
border-color: #D512FF;
}
</style>