Shades of Psychedelic Purple #D615F4
Tints of Psychedelic Purple #D615F4
RGB
CMYK
RGB Variations
Color information
#D615F4 (or 0xD615F4) is known color: Psychedelic Purple. HEX triplet: D6, 15 and F4. RGB value is (214,21,244). Sum of RGB (Red+Green+Blue) = 214+21+244=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #D615F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615F4 is #29EA0B. Grayscale: #676767. Windows color (decimal): -2746892 or 15996374. OLE color: 15996374.
HSL color Cylindrical-coordinate representation of color #D615F4: hue angle of 291.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D615F4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 21 | 244 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.04 |
| HSL | 291.93º | 0.91% | 0.52% | - |
| HSV(B) | 291.93º | 0.91% | 0.96% | - |
| XYZ | 44.33 | 21.36 | 87.38 | - |
| YUV | 104.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 244 | 0.12 | 0.91 | 0 | 0.04 | 291.93 | 0.91 | 0.52 |
| Hex | D6 | 15 | F4 | C | 5B | 0 | 4 | 124 | 5B | 34 |
| Octal | 326 | 25 | 364 | 14 | 133 | 0 | 4 | 444 | 133 | 64 |
| Binary | 11010110 | 10101 | 11110100 | 1100 | 1011011 | 0 | 100 | 100100100 | 1011011 | 110100 |
Color Harmonies of #D615F4
Complementary color
Monochromatic Colors of #D615F4
Black with #D615F4
Text Example
Text Example
White with #D615F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615F4; }
p { color: rgb(214,21,244); }
H1.HeaderClassName
{
color: #D615F4;
}
.AnyTagClassName
{
color: #D615F4;
}
</style>
background-color css
<style>
a { background-color: #D615F4; }
a { background-color: rgb(214,21,244); }
div.DivClassName
{
background-color: #D615F4;
}
.BgClassName
{
background-color: #D615F4;
}
</style>
border-color css
<style>
span { border-color: #D615F4; }
span { border-color: rgb(214,21,244); }
td.TdClassName
{
border-color: #D615F4;
}
.TagClassName
{
border-color: #D615F4;
}
</style>