Shades of Psychedelic Purple #D22BEF
Tints of Psychedelic Purple #D22BEF
RGB
CMYK
RGB Variations
Color information
#D22BEF (or 0xD22BEF) is known color: Psychedelic Purple. HEX triplet: D2, 2B and EF. RGB value is (210,43,239). Sum of RGB (Red+Green+Blue) = 210+43+239=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D22BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22BEF is #2DD410. Grayscale: #727272. Windows color (decimal): -3003409 or 15674322. OLE color: 15674322.
HSL color Cylindrical-coordinate representation of color #D22BEF: hue angle of 291.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22BEF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 43 | 239 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.06 |
| HSL | 291.12º | 0.86% | 0.55% | - |
| HSV(B) | 291.12º | 0.82% | 0.94% | - |
| XYZ | 43.02 | 21.66 | 83.57 | - |
| YUV | 115.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 239 | 0.12 | 0.82 | 0 | 0.06 | 291.12 | 0.86 | 0.55 |
| Hex | D2 | 2B | EF | C | 52 | 0 | 6 | 123 | 56 | 37 |
| Octal | 322 | 53 | 357 | 14 | 122 | 0 | 6 | 443 | 126 | 67 |
| Binary | 11010010 | 101011 | 11101111 | 1100 | 1010010 | 0 | 110 | 100100011 | 1010110 | 110111 |
Color Harmonies of #D22BEF
Complementary color
Monochromatic Colors of #D22BEF
Black with #D22BEF
Text Example
Text Example
White with #D22BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BEF; }
p { color: rgb(210,43,239); }
H1.HeaderClassName
{
color: #D22BEF;
}
.AnyTagClassName
{
color: #D22BEF;
}
</style>
background-color css
<style>
a { background-color: #D22BEF; }
a { background-color: rgb(210,43,239); }
div.DivClassName
{
background-color: #D22BEF;
}
.BgClassName
{
background-color: #D22BEF;
}
</style>
border-color css
<style>
span { border-color: #D22BEF; }
span { border-color: rgb(210,43,239); }
td.TdClassName
{
border-color: #D22BEF;
}
.TagClassName
{
border-color: #D22BEF;
}
</style>