Shades of Psychedelic Purple #D51CEF
Tints of Psychedelic Purple #D51CEF
RGB
CMYK
RGB Variations
Color information
#D51CEF (or 0xD51CEF) is known color: Psychedelic Purple. HEX triplet: D5, 1C and EF. RGB value is (213,28,239). Sum of RGB (Red+Green+Blue) = 213+28+239=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #D51CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51CEF is #2AE310. Grayscale: #6A6A6A. Windows color (decimal): -2810641 or 15670485. OLE color: 15670485.
HSL color Cylindrical-coordinate representation of color #D51CEF: hue angle of 292.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51CEF is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 28 | 239 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.06 |
| HSL | 292.61º | 0.87% | 0.52% | - |
| HSV(B) | 292.61º | 0.88% | 0.94% | - |
| XYZ | 43.44 | 21.21 | 83.47 | - |
| YUV | 107.37 | 202.29 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 239 | 0.11 | 0.88 | 0 | 0.06 | 292.61 | 0.87 | 0.52 |
| Hex | D5 | 1C | EF | B | 58 | 0 | 6 | 125 | 57 | 34 |
| Octal | 325 | 34 | 357 | 13 | 130 | 0 | 6 | 445 | 127 | 64 |
| Binary | 11010101 | 11100 | 11101111 | 1011 | 1011000 | 0 | 110 | 100100101 | 1010111 | 110100 |
Color Harmonies of #D51CEF
Complementary color
Monochromatic Colors of #D51CEF
Black with #D51CEF
Text Example
Text Example
White with #D51CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CEF; }
p { color: rgb(213,28,239); }
H1.HeaderClassName
{
color: #D51CEF;
}
.AnyTagClassName
{
color: #D51CEF;
}
</style>
background-color css
<style>
a { background-color: #D51CEF; }
a { background-color: rgb(213,28,239); }
div.DivClassName
{
background-color: #D51CEF;
}
.BgClassName
{
background-color: #D51CEF;
}
</style>
border-color css
<style>
span { border-color: #D51CEF; }
span { border-color: rgb(213,28,239); }
td.TdClassName
{
border-color: #D51CEF;
}
.TagClassName
{
border-color: #D51CEF;
}
</style>