Shades of Psychedelic Purple #D22EEB
Tints of Psychedelic Purple #D22EEB
RGB
CMYK
RGB Variations
Color information
#D22EEB (or 0xD22EEB) is known color: Psychedelic Purple. HEX triplet: D2, 2E and EB. RGB value is (210,46,235). Sum of RGB (Red+Green+Blue) = 210+46+235=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D22EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22EEB is #2DD114. Grayscale: #737373. Windows color (decimal): -3002645 or 15412946. OLE color: 15412946.
HSL color Cylindrical-coordinate representation of color #D22EEB: hue angle of 292.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22EEB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 46 | 235 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.08 |
| HSL | 292.06º | 0.83% | 0.55% | - |
| HSV(B) | 292.06º | 0.8% | 0.92% | - |
| XYZ | 42.55 | 21.65 | 80.53 | - |
| YUV | 116.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 235 | 0.11 | 0.80 | 0 | 0.08 | 292.06 | 0.83 | 0.55 |
| Hex | D2 | 2E | EB | B | 50 | 0 | 8 | 124 | 53 | 37 |
| Octal | 322 | 56 | 353 | 13 | 120 | 0 | 10 | 444 | 123 | 67 |
| Binary | 11010010 | 101110 | 11101011 | 1011 | 1010000 | 0 | 1000 | 100100100 | 1010011 | 110111 |
Color Harmonies of #D22EEB
Complementary color
Monochromatic Colors of #D22EEB
Black with #D22EEB
Text Example
Text Example
White with #D22EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EEB; }
p { color: rgb(210,46,235); }
H1.HeaderClassName
{
color: #D22EEB;
}
.AnyTagClassName
{
color: #D22EEB;
}
</style>
background-color css
<style>
a { background-color: #D22EEB; }
a { background-color: rgb(210,46,235); }
div.DivClassName
{
background-color: #D22EEB;
}
.BgClassName
{
background-color: #D22EEB;
}
</style>
border-color css
<style>
span { border-color: #D22EEB; }
span { border-color: rgb(210,46,235); }
td.TdClassName
{
border-color: #D22EEB;
}
.TagClassName
{
border-color: #D22EEB;
}
</style>