Shades of Psychedelic Purple #D21CEA
Tints of Psychedelic Purple #D21CEA
RGB
CMYK
RGB Variations
Color information
#D21CEA (or 0xD21CEA) is known color: Psychedelic Purple. HEX triplet: D2, 1C and EA. RGB value is (210,28,234). Sum of RGB (Red+Green+Blue) = 210+28+234=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #D21CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CEA is #2DE315. Grayscale: #696969. Windows color (decimal): -3007254 or 15342802. OLE color: 15342802.
HSL color Cylindrical-coordinate representation of color #D21CEA: hue angle of 293.01º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21CEA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 28 | 234 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.08 |
| HSL | 293.01º | 0.83% | 0.51% | - |
| HSV(B) | 293.01º | 0.88% | 0.92% | - |
| XYZ | 41.84 | 20.47 | 79.59 | - |
| YUV | 105.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 234 | 0.10 | 0.88 | 0 | 0.08 | 293.01 | 0.83 | 0.51 |
| Hex | D2 | 1C | EA | A | 58 | 0 | 8 | 125 | 53 | 33 |
| Octal | 322 | 34 | 352 | 12 | 130 | 0 | 10 | 445 | 123 | 63 |
| Binary | 11010010 | 11100 | 11101010 | 1010 | 1011000 | 0 | 1000 | 100100101 | 1010011 | 110011 |
Color Harmonies of #D21CEA
Complementary color
Monochromatic Colors of #D21CEA
Black with #D21CEA
Text Example
Text Example
White with #D21CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CEA; }
p { color: rgb(210,28,234); }
H1.HeaderClassName
{
color: #D21CEA;
}
.AnyTagClassName
{
color: #D21CEA;
}
</style>
background-color css
<style>
a { background-color: #D21CEA; }
a { background-color: rgb(210,28,234); }
div.DivClassName
{
background-color: #D21CEA;
}
.BgClassName
{
background-color: #D21CEA;
}
</style>
border-color css
<style>
span { border-color: #D21CEA; }
span { border-color: rgb(210,28,234); }
td.TdClassName
{
border-color: #D21CEA;
}
.TagClassName
{
border-color: #D21CEA;
}
</style>