Shades of Psychedelic Purple #D714F3
Tints of Psychedelic Purple #D714F3
RGB
CMYK
RGB Variations
Color information
#D714F3 (or 0xD714F3) is known color: Psychedelic Purple. HEX triplet: D7, 14 and F3. RGB value is (215,20,243). Sum of RGB (Red+Green+Blue) = 215+20+243=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #D714F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714F3 is #28EB0C. Grayscale: #676767. Windows color (decimal): -2681613 or 15930583. OLE color: 15930583.
HSL color Cylindrical-coordinate representation of color #D714F3: hue angle of 292.47º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D714F3 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 20 | 243 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.05 |
| HSL | 292.47º | 0.9% | 0.52% | - |
| HSV(B) | 292.47º | 0.92% | 0.95% | - |
| XYZ | 44.45 | 21.42 | 86.59 | - |
| YUV | 103.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 243 | 0.12 | 0.92 | 0 | 0.05 | 292.47 | 0.9 | 0.52 |
| Hex | D7 | 14 | F3 | C | 5C | 0 | 5 | 124 | 5A | 34 |
| Octal | 327 | 24 | 363 | 14 | 134 | 0 | 5 | 444 | 132 | 64 |
| Binary | 11010111 | 10100 | 11110011 | 1100 | 1011100 | 0 | 101 | 100100100 | 1011010 | 110100 |
Color Harmonies of #D714F3
Complementary color
Monochromatic Colors of #D714F3
Black with #D714F3
Text Example
Text Example
White with #D714F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714F3; }
p { color: rgb(215,20,243); }
H1.HeaderClassName
{
color: #D714F3;
}
.AnyTagClassName
{
color: #D714F3;
}
</style>
background-color css
<style>
a { background-color: #D714F3; }
a { background-color: rgb(215,20,243); }
div.DivClassName
{
background-color: #D714F3;
}
.BgClassName
{
background-color: #D714F3;
}
</style>
border-color css
<style>
span { border-color: #D714F3; }
span { border-color: rgb(215,20,243); }
td.TdClassName
{
border-color: #D714F3;
}
.TagClassName
{
border-color: #D714F3;
}
</style>