Shades of Psychedelic Purple #D914F4
Tints of Psychedelic Purple #D914F4
RGB
CMYK
RGB Variations
Color information
#D914F4 (or 0xD914F4) is known color: Psychedelic Purple. HEX triplet: D9, 14 and F4. RGB value is (217,20,244). Sum of RGB (Red+Green+Blue) = 217+20+244=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #D914F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D914F4 is #26EB0B. Grayscale: #676767. Windows color (decimal): -2550540 or 15996121. OLE color: 15996121.
HSL color Cylindrical-coordinate representation of color #D914F4: hue angle of 292.77º 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 #D914F4 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 20 | 244 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.04 |
| HSL | 292.77º | 0.91% | 0.52% | - |
| HSV(B) | 292.77º | 0.92% | 0.96% | - |
| XYZ | 45.19 | 21.78 | 87.41 | - |
| YUV | 104.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 244 | 0.11 | 0.92 | 0 | 0.04 | 292.77 | 0.91 | 0.52 |
| Hex | D9 | 14 | F4 | B | 5C | 0 | 4 | 125 | 5B | 34 |
| Octal | 331 | 24 | 364 | 13 | 134 | 0 | 4 | 445 | 133 | 64 |
| Binary | 11011001 | 10100 | 11110100 | 1011 | 1011100 | 0 | 100 | 100100101 | 1011011 | 110100 |
Color Harmonies of #D914F4
Complementary color
Monochromatic Colors of #D914F4
Black with #D914F4
Text Example
Text Example
White with #D914F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914F4; }
p { color: rgb(217,20,244); }
H1.HeaderClassName
{
color: #D914F4;
}
.AnyTagClassName
{
color: #D914F4;
}
</style>
background-color css
<style>
a { background-color: #D914F4; }
a { background-color: rgb(217,20,244); }
div.DivClassName
{
background-color: #D914F4;
}
.BgClassName
{
background-color: #D914F4;
}
</style>
border-color css
<style>
span { border-color: #D914F4; }
span { border-color: rgb(217,20,244); }
td.TdClassName
{
border-color: #D914F4;
}
.TagClassName
{
border-color: #D914F4;
}
</style>