Shades of Psychedelic Purple #D52BF6
Tints of Psychedelic Purple #D52BF6
RGB
CMYK
RGB Variations
Color information
#D52BF6 (or 0xD52BF6) is known color: Psychedelic Purple. HEX triplet: D5, 2B and F6. RGB value is (213,43,246). Sum of RGB (Red+Green+Blue) = 213+43+246=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #D52BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BF6 is #2AD409. Grayscale: #747474. Windows color (decimal): -2806794 or 16133077. OLE color: 16133077.
HSL color Cylindrical-coordinate representation of color #D52BF6: hue angle of 290.25º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52BF6 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 43 | 246 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.04 |
| HSL | 290.25º | 0.92% | 0.57% | - |
| HSV(B) | 290.25º | 0.83% | 0.96% | - |
| XYZ | 44.94 | 22.53 | 89.17 | - |
| YUV | 116.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 246 | 0.13 | 0.83 | 0 | 0.04 | 290.25 | 0.92 | 0.57 |
| Hex | D5 | 2B | F6 | D | 53 | 0 | 4 | 122 | 5C | 39 |
| Octal | 325 | 53 | 366 | 15 | 123 | 0 | 4 | 442 | 134 | 71 |
| Binary | 11010101 | 101011 | 11110110 | 1101 | 1010011 | 0 | 100 | 100100010 | 1011100 | 111001 |
Color Harmonies of #D52BF6
Complementary color
Monochromatic Colors of #D52BF6
Black with #D52BF6
Text Example
Text Example
White with #D52BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BF6; }
p { color: rgb(213,43,246); }
H1.HeaderClassName
{
color: #D52BF6;
}
.AnyTagClassName
{
color: #D52BF6;
}
</style>
background-color css
<style>
a { background-color: #D52BF6; }
a { background-color: rgb(213,43,246); }
div.DivClassName
{
background-color: #D52BF6;
}
.BgClassName
{
background-color: #D52BF6;
}
</style>
border-color css
<style>
span { border-color: #D52BF6; }
span { border-color: rgb(213,43,246); }
td.TdClassName
{
border-color: #D52BF6;
}
.TagClassName
{
border-color: #D52BF6;
}
</style>