Shades of Psychedelic Purple #D51DFF
Tints of Psychedelic Purple #D51DFF
RGB
CMYK
RGB Variations
Color information
#D51DFF (or 0xD51DFF) is known color: Psychedelic Purple. HEX triplet: D5, 1D and FF. RGB value is (213,29,255). Sum of RGB (Red+Green+Blue) = 213+29+255=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D51DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DFF is #2AE200. Grayscale: #6D6D6D. Windows color (decimal): -2810369 or 16719317. OLE color: 16719317.
HSL color Cylindrical-coordinate representation of color #D51DFF: hue angle of 288.85º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51DFF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 29 | 255 | - |
| CMYK | 0.16 | 0.89 | 0 | 0 |
| HSL | 288.85º | 1% | 0.56% | - |
| HSV(B) | 288.85º | 0.89% | 1% | - |
| XYZ | 45.93 | 22.24 | 96.48 | - |
| YUV | 109.78 | 209.96 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 255 | 0.16 | 0.89 | 0 | 0 | 288.85 | 1 | 0.56 |
| Hex | D5 | 1D | FF | 10 | 59 | 0 | 0 | 121 | 64 | 38 |
| Octal | 325 | 35 | 377 | 20 | 131 | 0 | 0 | 441 | 144 | 70 |
| Binary | 11010101 | 11101 | 11111111 | 10000 | 1011001 | 0 | 0 | 100100001 | 1100100 | 111000 |
Color Harmonies of #D51DFF
Complementary color
Monochromatic Colors of #D51DFF
Black with #D51DFF
Text Example
Text Example
White with #D51DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DFF; }
p { color: rgb(213,29,255); }
H1.HeaderClassName
{
color: #D51DFF;
}
.AnyTagClassName
{
color: #D51DFF;
}
</style>
background-color css
<style>
a { background-color: #D51DFF; }
a { background-color: rgb(213,29,255); }
div.DivClassName
{
background-color: #D51DFF;
}
.BgClassName
{
background-color: #D51DFF;
}
</style>
border-color css
<style>
span { border-color: #D51DFF; }
span { border-color: rgb(213,29,255); }
td.TdClassName
{
border-color: #D51DFF;
}
.TagClassName
{
border-color: #D51DFF;
}
</style>