Shades of Psychedelic Purple #D21BEF
Tints of Psychedelic Purple #D21BEF
RGB
CMYK
RGB Variations
Color information
#D21BEF (or 0xD21BEF) is known color: Psychedelic Purple. HEX triplet: D2, 1B and EF. RGB value is (210,27,239). Sum of RGB (Red+Green+Blue) = 210+27+239=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D21BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BEF is #2DE410. Grayscale: #696969. Windows color (decimal): -3007505 or 15670226. OLE color: 15670226.
HSL color Cylindrical-coordinate representation of color #D21BEF: hue angle of 291.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21BEF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 27 | 239 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.06 |
| HSL | 291.79º | 0.87% | 0.52% | - |
| HSV(B) | 291.79º | 0.89% | 0.94% | - |
| XYZ | 42.55 | 20.72 | 83.42 | - |
| YUV | 105.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 239 | 0.12 | 0.89 | 0 | 0.06 | 291.79 | 0.87 | 0.52 |
| Hex | D2 | 1B | EF | C | 59 | 0 | 6 | 124 | 57 | 34 |
| Octal | 322 | 33 | 357 | 14 | 131 | 0 | 6 | 444 | 127 | 64 |
| Binary | 11010010 | 11011 | 11101111 | 1100 | 1011001 | 0 | 110 | 100100100 | 1010111 | 110100 |
Color Harmonies of #D21BEF
Complementary color
Monochromatic Colors of #D21BEF
Black with #D21BEF
Text Example
Text Example
White with #D21BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BEF; }
p { color: rgb(210,27,239); }
H1.HeaderClassName
{
color: #D21BEF;
}
.AnyTagClassName
{
color: #D21BEF;
}
</style>
background-color css
<style>
a { background-color: #D21BEF; }
a { background-color: rgb(210,27,239); }
div.DivClassName
{
background-color: #D21BEF;
}
.BgClassName
{
background-color: #D21BEF;
}
</style>
border-color css
<style>
span { border-color: #D21BEF; }
span { border-color: rgb(210,27,239); }
td.TdClassName
{
border-color: #D21BEF;
}
.TagClassName
{
border-color: #D21BEF;
}
</style>