Shades of Psychedelic Purple #D22DEF
Tints of Psychedelic Purple #D22DEF
RGB
CMYK
RGB Variations
Color information
#D22DEF (or 0xD22DEF) is known color: Psychedelic Purple. HEX triplet: D2, 2D and EF. RGB value is (210,45,239). Sum of RGB (Red+Green+Blue) = 210+45+239=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 45 (17.97% from 255 or 9.11% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #D22DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22DEF is #2DD210. Grayscale: #737373. Windows color (decimal): -3002897 or 15674834. OLE color: 15674834.
HSL color Cylindrical-coordinate representation of color #D22DEF: hue angle of 291.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22DEF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 45 | 239 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.06 |
| HSL | 291.03º | 0.86% | 0.56% | - |
| HSV(B) | 291.03º | 0.81% | 0.94% | - |
| XYZ | 43.1 | 21.81 | 83.6 | - |
| YUV | 116.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 239 | 0.12 | 0.81 | 0 | 0.06 | 291.03 | 0.86 | 0.56 |
| Hex | D2 | 2D | EF | C | 51 | 0 | 6 | 123 | 56 | 38 |
| Octal | 322 | 55 | 357 | 14 | 121 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010010 | 101101 | 11101111 | 1100 | 1010001 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D22DEF
Complementary color
Monochromatic Colors of #D22DEF
Black with #D22DEF
Text Example
Text Example
White with #D22DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DEF; }
p { color: rgb(210,45,239); }
H1.HeaderClassName
{
color: #D22DEF;
}
.AnyTagClassName
{
color: #D22DEF;
}
</style>
background-color css
<style>
a { background-color: #D22DEF; }
a { background-color: rgb(210,45,239); }
div.DivClassName
{
background-color: #D22DEF;
}
.BgClassName
{
background-color: #D22DEF;
}
</style>
border-color css
<style>
span { border-color: #D22DEF; }
span { border-color: rgb(210,45,239); }
td.TdClassName
{
border-color: #D22DEF;
}
.TagClassName
{
border-color: #D22DEF;
}
</style>