Shades of Psychedelic Purple #D22FEE
Tints of Psychedelic Purple #D22FEE
RGB
CMYK
RGB Variations
Color information
#D22FEE (or 0xD22FEE) is known color: Psychedelic Purple. HEX triplet: D2, 2F and EE. RGB value is (210,47,238). Sum of RGB (Red+Green+Blue) = 210+47+238=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #D22FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22FEE is #2DD011. Grayscale: #747474. Windows color (decimal): -3002386 or 15609810. OLE color: 15609810.
HSL color Cylindrical-coordinate representation of color #D22FEE: hue angle of 291.2º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22FEE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 47 | 238 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 291.2º | 0.85% | 0.56% | - |
| HSV(B) | 291.2º | 0.8% | 0.93% | - |
| XYZ | 43.03 | 21.91 | 82.85 | - |
| YUV | 117.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 238 | 0.12 | 0.80 | 0 | 0.07 | 291.2 | 0.85 | 0.56 |
| Hex | D2 | 2F | EE | C | 50 | 0 | 7 | 123 | 55 | 38 |
| Octal | 322 | 57 | 356 | 14 | 120 | 0 | 7 | 443 | 125 | 70 |
| Binary | 11010010 | 101111 | 11101110 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010101 | 111000 |
Color Harmonies of #D22FEE
Complementary color
Monochromatic Colors of #D22FEE
Black with #D22FEE
Text Example
Text Example
White with #D22FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FEE; }
p { color: rgb(210,47,238); }
H1.HeaderClassName
{
color: #D22FEE;
}
.AnyTagClassName
{
color: #D22FEE;
}
</style>
background-color css
<style>
a { background-color: #D22FEE; }
a { background-color: rgb(210,47,238); }
div.DivClassName
{
background-color: #D22FEE;
}
.BgClassName
{
background-color: #D22FEE;
}
</style>
border-color css
<style>
span { border-color: #D22FEE; }
span { border-color: rgb(210,47,238); }
td.TdClassName
{
border-color: #D22FEE;
}
.TagClassName
{
border-color: #D22FEE;
}
</style>