#D514F7

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

Shades of Psychedelic Purple #D514F7

Tints of Psychedelic Purple #D514F7

Color information

#D514F7 (or 0xD514F7) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 14 and F7. RGB value is (213,20,247). Sum of RGB (Red+Green+Blue) = 213+20+247=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #D514F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514F7 is #2AEB08. Grayscale: #666666. Windows color (decimal): -2812681 or 16192725. OLE color: 16192725.

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

Color convert

RGB21320247-
CMYK0.140.9200.03
HSL291.01º93.42%52.35%-
HSV(B)291.01º91.9%96.86%-
XYZ44.4821.3689.77-
YUV103.58208.94206.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 20 (8.20% from 255) = 4.17%
BLUE value IS 247 (96.88% from 255) = 51.46%
R=44.38%
G=4.17%
B=51.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal213202470.140.9200.03291.0193.4252.35
HexD514F7E5C031235d34
Octal32524367161340344313564
Binary110101011010011110111111010111000111001000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D514F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D514F7; }

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

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

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

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

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

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

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

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