Shades of Psychedelic Purple #D52CFC
Tints of Psychedelic Purple #D52CFC
RGB
CMYK
RGB Variations
Color information
#D52CFC (or 0xD52CFC) is known color: Psychedelic Purple. HEX triplet: D5, 2C and FC. RGB value is (213,44,252). Sum of RGB (Red+Green+Blue) = 213+44+252=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #D52CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CFC is #2AD303. Grayscale: #757575. Windows color (decimal): -2806532 or 16526549. OLE color: 16526549.
HSL color Cylindrical-coordinate representation of color #D52CFC: hue angle of 288.75º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52CFC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 44 | 252 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.01 |
| HSL | 288.75º | 0.97% | 0.58% | - |
| HSV(B) | 288.75º | 0.83% | 0.99% | - |
| XYZ | 45.91 | 22.98 | 94.11 | - |
| YUV | 118.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 252 | 0.15 | 0.83 | 0 | 0.01 | 288.75 | 0.97 | 0.58 |
| Hex | D5 | 2C | FC | F | 53 | 0 | 1 | 121 | 61 | 3A |
| Octal | 325 | 54 | 374 | 17 | 123 | 0 | 1 | 441 | 141 | 72 |
| Binary | 11010101 | 101100 | 11111100 | 1111 | 1010011 | 0 | 1 | 100100001 | 1100001 | 111010 |
Color Harmonies of #D52CFC
Complementary color
Monochromatic Colors of #D52CFC
Black with #D52CFC
Text Example
Text Example
White with #D52CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CFC; }
p { color: rgb(213,44,252); }
H1.HeaderClassName
{
color: #D52CFC;
}
.AnyTagClassName
{
color: #D52CFC;
}
</style>
background-color css
<style>
a { background-color: #D52CFC; }
a { background-color: rgb(213,44,252); }
div.DivClassName
{
background-color: #D52CFC;
}
.BgClassName
{
background-color: #D52CFC;
}
</style>
border-color css
<style>
span { border-color: #D52CFC; }
span { border-color: rgb(213,44,252); }
td.TdClassName
{
border-color: #D52CFC;
}
.TagClassName
{
border-color: #D52CFC;
}
</style>