Shades of Psychedelic Purple #D214F4
Tints of Psychedelic Purple #D214F4
RGB
CMYK
RGB Variations
Color information
#D214F4 (or 0xD214F4) is known color: Psychedelic Purple. HEX triplet: D2, 14 and F4. RGB value is (210,20,244). Sum of RGB (Red+Green+Blue) = 210+20+244=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #D214F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D214F4 is #2DEB0B. Grayscale: #656565. Windows color (decimal): -3009292 or 15996114. OLE color: 15996114.
HSL color Cylindrical-coordinate representation of color #D214F4: hue angle of 290.89º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D214F4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 20 | 244 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.04 |
| HSL | 290.89º | 0.91% | 0.52% | - |
| HSV(B) | 290.89º | 0.92% | 0.96% | - |
| XYZ | 43.16 | 20.73 | 87.32 | - |
| YUV | 102.35 | 207.95 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 244 | 0.14 | 0.92 | 0 | 0.04 | 290.89 | 0.91 | 0.52 |
| Hex | D2 | 14 | F4 | E | 5C | 0 | 4 | 123 | 5B | 34 |
| Octal | 322 | 24 | 364 | 16 | 134 | 0 | 4 | 443 | 133 | 64 |
| Binary | 11010010 | 10100 | 11110100 | 1110 | 1011100 | 0 | 100 | 100100011 | 1011011 | 110100 |
Color Harmonies of #D214F4
Complementary color
Monochromatic Colors of #D214F4
Black with #D214F4
Text Example
Text Example
White with #D214F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214F4; }
p { color: rgb(210,20,244); }
H1.HeaderClassName
{
color: #D214F4;
}
.AnyTagClassName
{
color: #D214F4;
}
</style>
background-color css
<style>
a { background-color: #D214F4; }
a { background-color: rgb(210,20,244); }
div.DivClassName
{
background-color: #D214F4;
}
.BgClassName
{
background-color: #D214F4;
}
</style>
border-color css
<style>
span { border-color: #D214F4; }
span { border-color: rgb(210,20,244); }
td.TdClassName
{
border-color: #D214F4;
}
.TagClassName
{
border-color: #D214F4;
}
</style>