Shades of Psychedelic Purple #D221FD
Tints of Psychedelic Purple #D221FD
RGB
CMYK
RGB Variations
Color information
#D221FD (or 0xD221FD) is known color: Psychedelic Purple. HEX triplet: D2, 21 and FD. RGB value is (210,33,253). Sum of RGB (Red+Green+Blue) = 210+33+253=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #D221FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221FD is #2DDE02. Grayscale: #6E6E6E. Windows color (decimal): -3005955 or 16589266. OLE color: 16589266.
HSL color Cylindrical-coordinate representation of color #D221FD: hue angle of 288.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D221FD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 33 | 253 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.01 |
| HSL | 288.27º | 0.98% | 0.56% | - |
| HSV(B) | 288.27º | 0.87% | 0.99% | - |
| XYZ | 44.85 | 21.88 | 94.79 | - |
| YUV | 111 | 208.14 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 253 | 0.17 | 0.87 | 0 | 0.01 | 288.27 | 0.98 | 0.56 |
| Hex | D2 | 21 | FD | 11 | 57 | 0 | 1 | 120 | 62 | 38 |
| Octal | 322 | 41 | 375 | 21 | 127 | 0 | 1 | 440 | 142 | 70 |
| Binary | 11010010 | 100001 | 11111101 | 10001 | 1010111 | 0 | 1 | 100100000 | 1100010 | 111000 |
Color Harmonies of #D221FD
Complementary color
Monochromatic Colors of #D221FD
Black with #D221FD
Text Example
Text Example
White with #D221FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221FD; }
p { color: rgb(210,33,253); }
H1.HeaderClassName
{
color: #D221FD;
}
.AnyTagClassName
{
color: #D221FD;
}
</style>
background-color css
<style>
a { background-color: #D221FD; }
a { background-color: rgb(210,33,253); }
div.DivClassName
{
background-color: #D221FD;
}
.BgClassName
{
background-color: #D221FD;
}
</style>
border-color css
<style>
span { border-color: #D221FD; }
span { border-color: rgb(210,33,253); }
td.TdClassName
{
border-color: #D221FD;
}
.TagClassName
{
border-color: #D221FD;
}
</style>