Shades of Psychedelic Purple #D52CFF
Tints of Psychedelic Purple #D52CFF
RGB
CMYK
RGB Variations
Color information
#D52CFF (or 0xD52CFF) is known color: Psychedelic Purple. HEX triplet: D5, 2C and FF. RGB value is (213,44,255). Sum of RGB (Red+Green+Blue) = 213+44+255=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D52CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CFF is #2AD300. Grayscale: #757575. Windows color (decimal): -2806529 or 16723157. OLE color: 16723157.
HSL color Cylindrical-coordinate representation of color #D52CFF: hue angle of 288.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52CFF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 44 | 255 | - |
| CMYK | 0.16 | 0.83 | 0 | 0 |
| HSL | 288.06º | 1% | 0.59% | - |
| HSV(B) | 288.06º | 0.83% | 1% | - |
| XYZ | 46.39 | 23.17 | 96.63 | - |
| YUV | 118.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 255 | 0.16 | 0.83 | 0 | 0 | 288.06 | 1 | 0.59 |
| Hex | D5 | 2C | FF | 10 | 53 | 0 | 0 | 120 | 64 | 3B |
| Octal | 325 | 54 | 377 | 20 | 123 | 0 | 0 | 440 | 144 | 73 |
| Binary | 11010101 | 101100 | 11111111 | 10000 | 1010011 | 0 | 0 | 100100000 | 1100100 | 111011 |
Color Harmonies of #D52CFF
Complementary color
Monochromatic Colors of #D52CFF
Black with #D52CFF
Text Example
Text Example
White with #D52CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CFF; }
p { color: rgb(213,44,255); }
H1.HeaderClassName
{
color: #D52CFF;
}
.AnyTagClassName
{
color: #D52CFF;
}
</style>
background-color css
<style>
a { background-color: #D52CFF; }
a { background-color: rgb(213,44,255); }
div.DivClassName
{
background-color: #D52CFF;
}
.BgClassName
{
background-color: #D52CFF;
}
</style>
border-color css
<style>
span { border-color: #D52CFF; }
span { border-color: rgb(213,44,255); }
td.TdClassName
{
border-color: #D52CFF;
}
.TagClassName
{
border-color: #D52CFF;
}
</style>