#D718F9

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

Shades of Psychedelic Purple #D718F9

Tints of Psychedelic Purple #D718F9

Color information

#D718F9 (or 0xD718F9) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 18 and F9. RGB value is (215,24,249). Sum of RGB (Red+Green+Blue) = 215+24+249=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #D718F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718F9 is #28E706. Grayscale: #6A6A6A. Windows color (decimal): -2680583 or 16324823. OLE color: 16324823.

HSL color Cylindrical-coordinate representation of color #D718F9: hue angle of 290.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D718F9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21524249-
CMYK0.140.9000.02
HSL290.93º94.94%53.53%-
HSV(B)290.93º90.36%97.65%-
XYZ45.4521.9491.46-
YUV106.76208.28205.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 24 (9.77% from 255) = 4.92%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=44.06%
G=4.92%
B=51.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215242490.140.9000.02290.9394.9453.53
HexD718F9E5A021235f36
Octal32730371161320244313766
Binary110101111100011111001111010110100101001000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D718F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D718F9; }

 p { color: rgb(215,24,249); }

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

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

 a { background-color: rgb(215,24,249); }

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

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

 span { border-color: rgb(215,24,249); }

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