Shades of Psychedelic Purple #D52CF3
Tints of Psychedelic Purple #D52CF3
RGB
CMYK
RGB Variations
Color information
#D52CF3 (or 0xD52CF3) is known color: Psychedelic Purple. HEX triplet: D5, 2C and F3. RGB value is (213,44,243). Sum of RGB (Red+Green+Blue) = 213+44+243=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #D52CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CF3 is #2AD30C. Grayscale: #747474. Windows color (decimal): -2806541 or 15936725. OLE color: 15936725.
HSL color Cylindrical-coordinate representation of color #D52CF3: hue angle of 290.95º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52CF3 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 44 | 243 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.05 |
| HSL | 290.95º | 0.89% | 0.56% | - |
| HSV(B) | 290.95º | 0.82% | 0.95% | - |
| XYZ | 44.52 | 22.42 | 86.77 | - |
| YUV | 117.22 | 198.99 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 243 | 0.12 | 0.82 | 0 | 0.05 | 290.95 | 0.89 | 0.56 |
| Hex | D5 | 2C | F3 | C | 52 | 0 | 5 | 123 | 59 | 38 |
| Octal | 325 | 54 | 363 | 14 | 122 | 0 | 5 | 443 | 131 | 70 |
| Binary | 11010101 | 101100 | 11110011 | 1100 | 1010010 | 0 | 101 | 100100011 | 1011001 | 111000 |
Color Harmonies of #D52CF3
Complementary color
Monochromatic Colors of #D52CF3
Black with #D52CF3
Text Example
Text Example
White with #D52CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CF3; }
p { color: rgb(213,44,243); }
H1.HeaderClassName
{
color: #D52CF3;
}
.AnyTagClassName
{
color: #D52CF3;
}
</style>
background-color css
<style>
a { background-color: #D52CF3; }
a { background-color: rgb(213,44,243); }
div.DivClassName
{
background-color: #D52CF3;
}
.BgClassName
{
background-color: #D52CF3;
}
</style>
border-color css
<style>
span { border-color: #D52CF3; }
span { border-color: rgb(213,44,243); }
td.TdClassName
{
border-color: #D52CF3;
}
.TagClassName
{
border-color: #D52CF3;
}
</style>