Shades of Psychedelic Purple #D21CEF
Tints of Psychedelic Purple #D21CEF
RGB
CMYK
RGB Variations
Color information
#D21CEF (or 0xD21CEF) is known color: Psychedelic Purple. HEX triplet: D2, 1C and EF. RGB value is (210,28,239). Sum of RGB (Red+Green+Blue) = 210+28+239=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #D21CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CEF is #2DE310. Grayscale: #696969. Windows color (decimal): -3007249 or 15670482. OLE color: 15670482.
HSL color Cylindrical-coordinate representation of color #D21CEF: hue angle of 291.75º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21CEF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 28 | 239 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.06 |
| HSL | 291.75º | 0.87% | 0.52% | - |
| HSV(B) | 291.75º | 0.88% | 0.94% | - |
| XYZ | 42.57 | 20.76 | 83.43 | - |
| YUV | 106.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 239 | 0.12 | 0.88 | 0 | 0.06 | 291.75 | 0.87 | 0.52 |
| Hex | D2 | 1C | EF | C | 58 | 0 | 6 | 124 | 57 | 34 |
| Octal | 322 | 34 | 357 | 14 | 130 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010010 | 11100 | 11101111 | 1100 | 1011000 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D21CEF
Complementary color
Monochromatic Colors of #D21CEF
Black with #D21CEF
Text Example
Text Example
White with #D21CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CEF; }
p { color: rgb(210,28,239); }
H1.HeaderClassName
{
color: #D21CEF;
}
.AnyTagClassName
{
color: #D21CEF;
}
</style>
background-color css
<style>
a { background-color: #D21CEF; }
a { background-color: rgb(210,28,239); }
div.DivClassName
{
background-color: #D21CEF;
}
.BgClassName
{
background-color: #D21CEF;
}
</style>
border-color css
<style>
span { border-color: #D21CEF; }
span { border-color: rgb(210,28,239); }
td.TdClassName
{
border-color: #D21CEF;
}
.TagClassName
{
border-color: #D21CEF;
}
</style>