Shades of Psychedelic Purple #D52BF7
Tints of Psychedelic Purple #D52BF7
RGB
CMYK
RGB Variations
Color information
#D52BF7 (or 0xD52BF7) is known color: Psychedelic Purple. HEX triplet: D5, 2B and F7. RGB value is (213,43,247). Sum of RGB (Red+Green+Blue) = 213+43+247=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #D52BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BF7 is #2AD408. Grayscale: #747474. Windows color (decimal): -2806793 or 16198613. OLE color: 16198613.
HSL color Cylindrical-coordinate representation of color #D52BF7: hue angle of 290º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52BF7 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 43 | 247 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.03 |
| HSL | 290º | 0.93% | 0.57% | - |
| HSV(B) | 290º | 0.83% | 0.97% | - |
| XYZ | 45.09 | 22.59 | 89.98 | - |
| YUV | 117.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 247 | 0.14 | 0.83 | 0 | 0.03 | 290 | 0.93 | 0.57 |
| Hex | D5 | 2B | F7 | E | 53 | 0 | 3 | 122 | 5D | 39 |
| Octal | 325 | 53 | 367 | 16 | 123 | 0 | 3 | 442 | 135 | 71 |
| Binary | 11010101 | 101011 | 11110111 | 1110 | 1010011 | 0 | 11 | 100100010 | 1011101 | 111001 |
Color Harmonies of #D52BF7
Complementary color
Monochromatic Colors of #D52BF7
Black with #D52BF7
Text Example
Text Example
White with #D52BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BF7; }
p { color: rgb(213,43,247); }
H1.HeaderClassName
{
color: #D52BF7;
}
.AnyTagClassName
{
color: #D52BF7;
}
</style>
background-color css
<style>
a { background-color: #D52BF7; }
a { background-color: rgb(213,43,247); }
div.DivClassName
{
background-color: #D52BF7;
}
.BgClassName
{
background-color: #D52BF7;
}
</style>
border-color css
<style>
span { border-color: #D52BF7; }
span { border-color: rgb(213,43,247); }
td.TdClassName
{
border-color: #D52BF7;
}
.TagClassName
{
border-color: #D52BF7;
}
</style>