#D714F7

Color #D714F7 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D714F7

Tints of Psychedelic Purple #D714F7

Color information

#D714F7 (or 0xD714F7) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 14 and F7. RGB value is (215,20,247). Sum of RGB (Red+Green+Blue) = 215+20+247=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #D714F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D714F7 is #28EB08. Grayscale: #676767. Windows color (decimal): -2681609 or 16192727. OLE color: 16192727.

HSL color Cylindrical-coordinate representation of color #D714F7: hue angle of 291.54º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D714F7 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21520247-
CMYK0.130.9200.03
HSL291.54º93.42%52.35%-
HSV(B)291.54º91.9%96.86%-
XYZ45.0621.6689.8-
YUV104.18208.6207.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 20 (8.20% from 255) = 4.15%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=44.61%
G=4.15%
B=51.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal215202470.130.9200.03291.5493.4252.35
HexD714F7D5C031245d34
Octal32724367151340344413564
Binary110101111010011110111110110111000111001001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D714F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D714F7; }

 p { color: rgb(215,20,247); }

 H1.HeaderClassName
 {
   color: #D714F7;
 }
 .AnyTagClassName
 {
   color: #D714F7;
 }
</style>
background-color css

<style>
 a { background-color: #D714F7; }

 a { background-color: rgb(215,20,247); }

 div.DivClassName
 {
   background-color: #D714F7;
 }
 .BgClassName
 {
   background-color: #D714F7;
 }
</style>
border-color css

<style>
 span { border-color: #D714F7; }

 span { border-color: rgb(215,20,247); }

 td.TdClassName
 {
   border-color: #D714F7;
 }
 .TagClassName
 {
   border-color: #D714F7;
 }
</style>