Shades of Psychedelic Purple #D213F0
Tints of Psychedelic Purple #D213F0
RGB
CMYK
RGB Variations
Color information
#D213F0 (or 0xD213F0) is known color: Psychedelic Purple. HEX triplet: D2, 13 and F0. RGB value is (210,19,240). Sum of RGB (Red+Green+Blue) = 210+19+240=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #D213F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213F0 is #2DEC0F. Grayscale: #646464. Windows color (decimal): -3009552 or 15733714. OLE color: 15733714.
HSL color Cylindrical-coordinate representation of color #D213F0: hue angle of 291.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D213F0 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 19 | 240 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.06 |
| HSL | 291.86º | 0.88% | 0.51% | - |
| HSV(B) | 291.86º | 0.92% | 0.94% | - |
| XYZ | 42.54 | 20.46 | 84.14 | - |
| YUV | 101.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 240 | 0.12 | 0.92 | 0 | 0.06 | 291.86 | 0.88 | 0.51 |
| Hex | D2 | 13 | F0 | C | 5C | 0 | 6 | 124 | 58 | 33 |
| Octal | 322 | 23 | 360 | 14 | 134 | 0 | 6 | 444 | 130 | 63 |
| Binary | 11010010 | 10011 | 11110000 | 1100 | 1011100 | 0 | 110 | 100100100 | 1011000 | 110011 |
Color Harmonies of #D213F0
Complementary color
Monochromatic Colors of #D213F0
Black with #D213F0
Text Example
Text Example
White with #D213F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213F0; }
p { color: rgb(210,19,240); }
H1.HeaderClassName
{
color: #D213F0;
}
.AnyTagClassName
{
color: #D213F0;
}
</style>
background-color css
<style>
a { background-color: #D213F0; }
a { background-color: rgb(210,19,240); }
div.DivClassName
{
background-color: #D213F0;
}
.BgClassName
{
background-color: #D213F0;
}
</style>
border-color css
<style>
span { border-color: #D213F0; }
span { border-color: rgb(210,19,240); }
td.TdClassName
{
border-color: #D213F0;
}
.TagClassName
{
border-color: #D213F0;
}
</style>