Shades of Psychedelic Purple #D314F4
Tints of Psychedelic Purple #D314F4
RGB
CMYK
RGB Variations
Color information
#D314F4 (or 0xD314F4) is known color: Psychedelic Purple. HEX triplet: D3, 14 and F4. RGB value is (211,20,244). Sum of RGB (Red+Green+Blue) = 211+20+244=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #D314F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314F4 is #2CEB0B. Grayscale: #656565. Windows color (decimal): -2943756 or 15996115. OLE color: 15996115.
HSL color Cylindrical-coordinate representation of color #D314F4: hue angle of 291.16º 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 #D314F4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 20 | 244 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.04 |
| HSL | 291.16º | 0.91% | 0.52% | - |
| HSV(B) | 291.16º | 0.92% | 0.96% | - |
| XYZ | 43.44 | 20.88 | 87.33 | - |
| YUV | 102.65 | 207.78 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 244 | 0.14 | 0.92 | 0 | 0.04 | 291.16 | 0.91 | 0.52 |
| Hex | D3 | 14 | F4 | E | 5C | 0 | 4 | 123 | 5B | 34 |
| Octal | 323 | 24 | 364 | 16 | 134 | 0 | 4 | 443 | 133 | 64 |
| Binary | 11010011 | 10100 | 11110100 | 1110 | 1011100 | 0 | 100 | 100100011 | 1011011 | 110100 |
Color Harmonies of #D314F4
Complementary color
Monochromatic Colors of #D314F4
Black with #D314F4
Text Example
Text Example
White with #D314F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314F4; }
p { color: rgb(211,20,244); }
H1.HeaderClassName
{
color: #D314F4;
}
.AnyTagClassName
{
color: #D314F4;
}
</style>
background-color css
<style>
a { background-color: #D314F4; }
a { background-color: rgb(211,20,244); }
div.DivClassName
{
background-color: #D314F4;
}
.BgClassName
{
background-color: #D314F4;
}
</style>
border-color css
<style>
span { border-color: #D314F4; }
span { border-color: rgb(211,20,244); }
td.TdClassName
{
border-color: #D314F4;
}
.TagClassName
{
border-color: #D314F4;
}
</style>