Shades of Psychedelic Purple #D52FFC
Tints of Psychedelic Purple #D52FFC
RGB
CMYK
RGB Variations
Color information
#D52FFC (or 0xD52FFC) is known color: Psychedelic Purple. HEX triplet: D5, 2F and FC. RGB value is (213,47,252). Sum of RGB (Red+Green+Blue) = 213+47+252=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #D52FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FFC is #2AD003. Grayscale: #777777. Windows color (decimal): -2805764 or 16527317. OLE color: 16527317.
HSL color Cylindrical-coordinate representation of color #D52FFC: hue angle of 288.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52FFC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 47 | 252 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 288.59º | 0.97% | 0.59% | - |
| HSV(B) | 288.59º | 0.81% | 0.99% | - |
| XYZ | 46.03 | 23.21 | 94.15 | - |
| YUV | 120 | 202.5 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 252 | 0.15 | 0.81 | 0 | 0.01 | 288.59 | 0.97 | 0.59 |
| Hex | D5 | 2F | FC | F | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 325 | 57 | 374 | 17 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11010101 | 101111 | 11111100 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D52FFC
Complementary color
Monochromatic Colors of #D52FFC
Black with #D52FFC
Text Example
Text Example
White with #D52FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FFC; }
p { color: rgb(213,47,252); }
H1.HeaderClassName
{
color: #D52FFC;
}
.AnyTagClassName
{
color: #D52FFC;
}
</style>
background-color css
<style>
a { background-color: #D52FFC; }
a { background-color: rgb(213,47,252); }
div.DivClassName
{
background-color: #D52FFC;
}
.BgClassName
{
background-color: #D52FFC;
}
</style>
border-color css
<style>
span { border-color: #D52FFC; }
span { border-color: rgb(213,47,252); }
td.TdClassName
{
border-color: #D52FFC;
}
.TagClassName
{
border-color: #D52FFC;
}
</style>