Shades of Psychedelic Purple #D221FF
Tints of Psychedelic Purple #D221FF
RGB
CMYK
RGB Variations
Color information
#D221FF (or 0xD221FF) is known color: Psychedelic Purple. HEX triplet: D2, 21 and FF. RGB value is (210,33,255). Sum of RGB (Red+Green+Blue) = 210+33+255=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #D221FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221FF is #2DDE00. Grayscale: #6E6E6E. Windows color (decimal): -3005953 or 16720338. OLE color: 16720338.
HSL color Cylindrical-coordinate representation of color #D221FF: hue angle of 287.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D221FF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 33 | 255 | - |
| CMYK | 0.18 | 0.87 | 0 | 0 |
| HSL | 287.84º | 1% | 0.56% | - |
| HSV(B) | 287.84º | 0.87% | 1% | - |
| XYZ | 45.17 | 22.01 | 96.48 | - |
| YUV | 111.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 255 | 0.18 | 0.87 | 0 | 0 | 287.84 | 1 | 0.56 |
| Hex | D2 | 21 | FF | 12 | 57 | 0 | 0 | 120 | 64 | 38 |
| Octal | 322 | 41 | 377 | 22 | 127 | 0 | 0 | 440 | 144 | 70 |
| Binary | 11010010 | 100001 | 11111111 | 10010 | 1010111 | 0 | 0 | 100100000 | 1100100 | 111000 |
Color Harmonies of #D221FF
Complementary color
Monochromatic Colors of #D221FF
Black with #D221FF
Text Example
Text Example
White with #D221FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221FF; }
p { color: rgb(210,33,255); }
H1.HeaderClassName
{
color: #D221FF;
}
.AnyTagClassName
{
color: #D221FF;
}
</style>
background-color css
<style>
a { background-color: #D221FF; }
a { background-color: rgb(210,33,255); }
div.DivClassName
{
background-color: #D221FF;
}
.BgClassName
{
background-color: #D221FF;
}
</style>
border-color css
<style>
span { border-color: #D221FF; }
span { border-color: rgb(210,33,255); }
td.TdClassName
{
border-color: #D221FF;
}
.TagClassName
{
border-color: #D221FF;
}
</style>