#D614F7

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

Shades of Psychedelic Purple #D614F7

Tints of Psychedelic Purple #D614F7

Color information

#D614F7 (or 0xD614F7) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 14 and F7. RGB value is (214,20,247). Sum of RGB (Red+Green+Blue) = 214+20+247=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #D614F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614F7 is #29EB08. Grayscale: #676767. Windows color (decimal): -2747145 or 16192726. OLE color: 16192726.

HSL color Cylindrical-coordinate representation of color #D614F7: hue angle of 291.28º 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 #D614F7 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21420247-
CMYK0.130.9200.03
HSL291.28º93.42%52.35%-
HSV(B)291.28º91.9%96.86%-
XYZ44.7721.5189.79-
YUV103.88208.77206.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 20 (8.20% from 255) = 4.16%
BLUE value IS 247 (96.88% from 255) = 51.35%
R=44.49%
G=4.16%
B=51.35%

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
Decimal214202470.130.9200.03291.2893.4252.35
HexD614F7D5C031235d34
Octal32624367151340344313564
Binary110101101010011110111110110111000111001000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D614F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D614F7; }

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

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

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

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

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

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

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

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