Shades of Psychedelic Purple #D52CED
Tints of Psychedelic Purple #D52CED
RGB
CMYK
RGB Variations
Color information
#D52CED (or 0xD52CED) is known color: Psychedelic Purple. HEX triplet: D5, 2C and ED. RGB value is (213,44,237). Sum of RGB (Red+Green+Blue) = 213+44+237=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #D52CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52CED is #2AD312. Grayscale: #737373. Windows color (decimal): -2806547 or 15543509. OLE color: 15543509.
HSL color Cylindrical-coordinate representation of color #D52CED: hue angle of 292.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52CED is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 44 | 237 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.07 |
| HSL | 292.54º | 0.84% | 0.55% | - |
| HSV(B) | 292.54º | 0.81% | 0.93% | - |
| XYZ | 43.63 | 22.06 | 82.08 | - |
| YUV | 116.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 237 | 0.10 | 0.81 | 0 | 0.07 | 292.54 | 0.84 | 0.55 |
| Hex | D5 | 2C | ED | A | 51 | 0 | 7 | 125 | 54 | 37 |
| Octal | 325 | 54 | 355 | 12 | 121 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010101 | 101100 | 11101101 | 1010 | 1010001 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D52CED
Complementary color
Monochromatic Colors of #D52CED
Black with #D52CED
Text Example
Text Example
White with #D52CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CED; }
p { color: rgb(213,44,237); }
H1.HeaderClassName
{
color: #D52CED;
}
.AnyTagClassName
{
color: #D52CED;
}
</style>
background-color css
<style>
a { background-color: #D52CED; }
a { background-color: rgb(213,44,237); }
div.DivClassName
{
background-color: #D52CED;
}
.BgClassName
{
background-color: #D52CED;
}
</style>
border-color css
<style>
span { border-color: #D52CED; }
span { border-color: rgb(213,44,237); }
td.TdClassName
{
border-color: #D52CED;
}
.TagClassName
{
border-color: #D52CED;
}
</style>