Shades of Psychedelic Purple #D213F7
Tints of Psychedelic Purple #D213F7
RGB
CMYK
RGB Variations
Color information
#D213F7 (or 0xD213F7) is known color: Psychedelic Purple. HEX triplet: D2, 13 and F7. RGB value is (210,19,247). Sum of RGB (Red+Green+Blue) = 210+19+247=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #D213F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D213F7 is #2DEC08. Grayscale: #656565. Windows color (decimal): -3009545 or 16192466. OLE color: 16192466.
HSL color Cylindrical-coordinate representation of color #D213F7: hue angle of 290.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D213F7 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 19 | 247 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.03 |
| HSL | 290.26º | 0.93% | 0.52% | - |
| HSV(B) | 290.26º | 0.92% | 0.97% | - |
| XYZ | 43.6 | 20.88 | 89.73 | - |
| YUV | 102.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 247 | 0.15 | 0.92 | 0 | 0.03 | 290.26 | 0.93 | 0.52 |
| Hex | D2 | 13 | F7 | F | 5C | 0 | 3 | 122 | 5D | 34 |
| Octal | 322 | 23 | 367 | 17 | 134 | 0 | 3 | 442 | 135 | 64 |
| Binary | 11010010 | 10011 | 11110111 | 1111 | 1011100 | 0 | 11 | 100100010 | 1011101 | 110100 |
Color Harmonies of #D213F7
Complementary color
Monochromatic Colors of #D213F7
Black with #D213F7
Text Example
Text Example
White with #D213F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213F7; }
p { color: rgb(210,19,247); }
H1.HeaderClassName
{
color: #D213F7;
}
.AnyTagClassName
{
color: #D213F7;
}
</style>
background-color css
<style>
a { background-color: #D213F7; }
a { background-color: rgb(210,19,247); }
div.DivClassName
{
background-color: #D213F7;
}
.BgClassName
{
background-color: #D213F7;
}
</style>
border-color css
<style>
span { border-color: #D213F7; }
span { border-color: rgb(210,19,247); }
td.TdClassName
{
border-color: #D213F7;
}
.TagClassName
{
border-color: #D213F7;
}
</style>