Shades of Psychedelic Purple #D510FC
Tints of Psychedelic Purple #D510FC
RGB
CMYK
RGB Variations
Color information
#D510FC (or 0xD510FC) is known color: Psychedelic Purple. HEX triplet: D5, 10 and FC. RGB value is (213,16,252). Sum of RGB (Red+Green+Blue) = 213+16+252=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #D510FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D510FC is #2AEF03. Grayscale: #656565. Windows color (decimal): -2813700 or 16519381. OLE color: 16519381.
HSL color Cylindrical-coordinate representation of color #D510FC: hue angle of 290.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D510FC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 16 | 252 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.01 |
| HSL | 290.08º | 0.98% | 0.53% | - |
| HSV(B) | 290.08º | 0.94% | 0.99% | - |
| XYZ | 45.2 | 21.54 | 93.87 | - |
| YUV | 101.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 252 | 0.15 | 0.94 | 0 | 0.01 | 290.08 | 0.98 | 0.53 |
| Hex | D5 | 10 | FC | F | 5E | 0 | 1 | 122 | 62 | 35 |
| Octal | 325 | 20 | 374 | 17 | 136 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010101 | 10000 | 11111100 | 1111 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D510FC
Complementary color
Monochromatic Colors of #D510FC
Black with #D510FC
Text Example
Text Example
White with #D510FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510FC; }
p { color: rgb(213,16,252); }
H1.HeaderClassName
{
color: #D510FC;
}
.AnyTagClassName
{
color: #D510FC;
}
</style>
background-color css
<style>
a { background-color: #D510FC; }
a { background-color: rgb(213,16,252); }
div.DivClassName
{
background-color: #D510FC;
}
.BgClassName
{
background-color: #D510FC;
}
</style>
border-color css
<style>
span { border-color: #D510FC; }
span { border-color: rgb(213,16,252); }
td.TdClassName
{
border-color: #D510FC;
}
.TagClassName
{
border-color: #D510FC;
}
</style>