Shades of Psychedelic Purple #D21CE7
Tints of Psychedelic Purple #D21CE7
RGB
CMYK
RGB Variations
Color information
#D21CE7 (or 0xD21CE7) is known color: Psychedelic Purple. HEX triplet: D2, 1C and E7. RGB value is (210,28,231). Sum of RGB (Red+Green+Blue) = 210+28+231=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #D21CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21CE7 is #2DE318. Grayscale: #686868. Windows color (decimal): -3007257 or 15146194. OLE color: 15146194.
HSL color Cylindrical-coordinate representation of color #D21CE7: hue angle of 293.79º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21CE7 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 28 | 231 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.09 |
| HSL | 293.79º | 0.81% | 0.51% | - |
| HSV(B) | 293.79º | 0.88% | 0.91% | - |
| XYZ | 41.42 | 20.3 | 77.34 | - |
| YUV | 105.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 231 | 0.09 | 0.88 | 0 | 0.09 | 293.79 | 0.81 | 0.51 |
| Hex | D2 | 1C | E7 | 9 | 58 | 0 | 9 | 126 | 51 | 33 |
| Octal | 322 | 34 | 347 | 11 | 130 | 0 | 11 | 446 | 121 | 63 |
| Binary | 11010010 | 11100 | 11100111 | 1001 | 1011000 | 0 | 1001 | 100100110 | 1010001 | 110011 |
Color Harmonies of #D21CE7
Complementary color
Monochromatic Colors of #D21CE7
Black with #D21CE7
Text Example
Text Example
White with #D21CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CE7; }
p { color: rgb(210,28,231); }
H1.HeaderClassName
{
color: #D21CE7;
}
.AnyTagClassName
{
color: #D21CE7;
}
</style>
background-color css
<style>
a { background-color: #D21CE7; }
a { background-color: rgb(210,28,231); }
div.DivClassName
{
background-color: #D21CE7;
}
.BgClassName
{
background-color: #D21CE7;
}
</style>
border-color css
<style>
span { border-color: #D21CE7; }
span { border-color: rgb(210,28,231); }
td.TdClassName
{
border-color: #D21CE7;
}
.TagClassName
{
border-color: #D21CE7;
}
</style>