Shades of Psychedelic Purple #D221E7
Tints of Psychedelic Purple #D221E7
RGB
CMYK
RGB Variations
Color information
#D221E7 (or 0xD221E7) is known color: Psychedelic Purple. HEX triplet: D2, 21 and E7. RGB value is (210,33,231). Sum of RGB (Red+Green+Blue) = 210+33+231=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #D221E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221E7 is #2DDE18. Grayscale: #6B6B6B. Windows color (decimal): -3005977 or 15147474. OLE color: 15147474.
HSL color Cylindrical-coordinate representation of color #D221E7: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D221E7 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 33 | 231 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.09 |
| HSL | 293.64º | 0.8% | 0.52% | - |
| HSV(B) | 293.64º | 0.86% | 0.91% | - |
| XYZ | 41.55 | 20.56 | 77.38 | - |
| YUV | 108.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 231 | 0.09 | 0.86 | 0 | 0.09 | 293.64 | 0.8 | 0.52 |
| Hex | D2 | 21 | E7 | 9 | 56 | 0 | 9 | 126 | 50 | 34 |
| Octal | 322 | 41 | 347 | 11 | 126 | 0 | 11 | 446 | 120 | 64 |
| Binary | 11010010 | 100001 | 11100111 | 1001 | 1010110 | 0 | 1001 | 100100110 | 1010000 | 110100 |
Color Harmonies of #D221E7
Complementary color
Monochromatic Colors of #D221E7
Black with #D221E7
Text Example
Text Example
White with #D221E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221E7; }
p { color: rgb(210,33,231); }
H1.HeaderClassName
{
color: #D221E7;
}
.AnyTagClassName
{
color: #D221E7;
}
</style>
background-color css
<style>
a { background-color: #D221E7; }
a { background-color: rgb(210,33,231); }
div.DivClassName
{
background-color: #D221E7;
}
.BgClassName
{
background-color: #D221E7;
}
</style>
border-color css
<style>
span { border-color: #D221E7; }
span { border-color: rgb(210,33,231); }
td.TdClassName
{
border-color: #D221E7;
}
.TagClassName
{
border-color: #D221E7;
}
</style>