#D014F0

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

Shades of Psychedelic Purple #D014F0

Tints of Psychedelic Purple #D014F0

Color information

#D014F0 (or 0xD014F0) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 14 and F0. RGB value is (208,20,240). Sum of RGB (Red+Green+Blue) = 208+20+240=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #D014F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014F0 is #2FEB0F. Grayscale: #646464. Windows color (decimal): -3140368 or 15733968. OLE color: 15733968.

HSL color Cylindrical-coordinate representation of color #D014F0: hue angle of 291.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D014F0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20820240-
CMYK0.130.9200.06
HSL291.27º88%50.98%-
HSV(B)291.27º91.67%94.12%-
XYZ41.9920.284.12-
YUV101.29206.28204.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 4.27%
BLUE value IS 240 (94.14% from 255) = 51.28%
R=44.44%
G=4.27%
B=51.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal208202400.130.9200.06291.278850.98
HexD014F0D5C061235833
Octal32024360151340644313063
Binary1101000010100111100001101101110001101001000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D014F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D014F0; }

 p { color: rgb(208,20,240); }

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

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

 a { background-color: rgb(208,20,240); }

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

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

 span { border-color: rgb(208,20,240); }

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