Shades of Psychedelic Purple #D52FFD
Tints of Psychedelic Purple #D52FFD
RGB
CMYK
RGB Variations
Color information
#D52FFD (or 0xD52FFD) is known color: Psychedelic Purple. HEX triplet: D5, 2F and FD. RGB value is (213,47,253). Sum of RGB (Red+Green+Blue) = 213+47+253=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D52FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FFD is #2AD002. Grayscale: #777777. Windows color (decimal): -2805763 or 16592853. OLE color: 16592853.
HSL color Cylindrical-coordinate representation of color #D52FFD: hue angle of 288.35º degrees, saturation: 0.98, 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 #D52FFD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 47 | 253 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.01 |
| HSL | 288.35º | 0.98% | 0.59% | - |
| HSV(B) | 288.35º | 0.81% | 0.99% | - |
| XYZ | 46.19 | 23.27 | 94.99 | - |
| YUV | 120.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 253 | 0.16 | 0.81 | 0 | 0.01 | 288.35 | 0.98 | 0.59 |
| Hex | D5 | 2F | FD | 10 | 51 | 0 | 1 | 120 | 62 | 3B |
| Octal | 325 | 57 | 375 | 20 | 121 | 0 | 1 | 440 | 142 | 73 |
| Binary | 11010101 | 101111 | 11111101 | 10000 | 1010001 | 0 | 1 | 100100000 | 1100010 | 111011 |
Color Harmonies of #D52FFD
Complementary color
Monochromatic Colors of #D52FFD
Black with #D52FFD
Text Example
Text Example
White with #D52FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FFD; }
p { color: rgb(213,47,253); }
H1.HeaderClassName
{
color: #D52FFD;
}
.AnyTagClassName
{
color: #D52FFD;
}
</style>
background-color css
<style>
a { background-color: #D52FFD; }
a { background-color: rgb(213,47,253); }
div.DivClassName
{
background-color: #D52FFD;
}
.BgClassName
{
background-color: #D52FFD;
}
</style>
border-color css
<style>
span { border-color: #D52FFD; }
span { border-color: rgb(213,47,253); }
td.TdClassName
{
border-color: #D52FFD;
}
.TagClassName
{
border-color: #D52FFD;
}
</style>