Shades of Psychedelic Purple #D52BFF
Tints of Psychedelic Purple #D52BFF
RGB
CMYK
RGB Variations
Color information
#D52BFF (or 0xD52BFF) is known color: Psychedelic Purple. HEX triplet: D5, 2B and FF. RGB value is (213,43,255). Sum of RGB (Red+Green+Blue) = 213+43+255=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 43 (17.19% from 255 or 8.41% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D52BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BFF is #2AD400. Grayscale: #757575. Windows color (decimal): -2806785 or 16722901. OLE color: 16722901.
HSL color Cylindrical-coordinate representation of color #D52BFF: hue angle of 288.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52BFF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 43 | 255 | - |
| CMYK | 0.16 | 0.83 | 0 | 0 |
| HSL | 288.11º | 1% | 0.58% | - |
| HSV(B) | 288.11º | 0.83% | 1% | - |
| XYZ | 46.35 | 23.09 | 96.62 | - |
| YUV | 118 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 255 | 0.16 | 0.83 | 0 | 0 | 288.11 | 1 | 0.58 |
| Hex | D5 | 2B | FF | 10 | 53 | 0 | 0 | 120 | 64 | 3A |
| Octal | 325 | 53 | 377 | 20 | 123 | 0 | 0 | 440 | 144 | 72 |
| Binary | 11010101 | 101011 | 11111111 | 10000 | 1010011 | 0 | 0 | 100100000 | 1100100 | 111010 |
Color Harmonies of #D52BFF
Complementary color
Monochromatic Colors of #D52BFF
Black with #D52BFF
Text Example
Text Example
White with #D52BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BFF; }
p { color: rgb(213,43,255); }
H1.HeaderClassName
{
color: #D52BFF;
}
.AnyTagClassName
{
color: #D52BFF;
}
</style>
background-color css
<style>
a { background-color: #D52BFF; }
a { background-color: rgb(213,43,255); }
div.DivClassName
{
background-color: #D52BFF;
}
.BgClassName
{
background-color: #D52BFF;
}
</style>
border-color css
<style>
span { border-color: #D52BFF; }
span { border-color: rgb(213,43,255); }
td.TdClassName
{
border-color: #D52BFF;
}
.TagClassName
{
border-color: #D52BFF;
}
</style>