Html Css Color HEX #D718FA Psychedelic Purple

📋 copy color: '#D718FA'

red 215 ◦ green 24 ◦ blue 250

#D718FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D718FA

Tints of Psychedelic Purple #D718FA

RGB

 RED value IS 215 (84.38% from 255) = 43.97%

 GREEN value IS 24 (9.77% from 255) = 4.91%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 43.97%
G = 4.91%
B = 51.12%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D718FA (or 0xD718FA) is known color: Psychedelic Purple. HEX triplet: D7, 18 and FA. RGB value is (215,24,250). Sum of RGB (Red+Green+Blue) = 215+24+250=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #D718FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718FA is #28E705. Grayscale: #6A6A6A. Windows color (decimal): -2680582 or 16390359. OLE color: 16390359.

HSL color Cylindrical-coordinate representation of color #D718FA: hue angle of 290.71º degrees, saturation: 0.96, 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 #D718FA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 24 250 -
CMYK 0.14 0.90 0 0.02
HSL 290.71º 0.96% 0.54% -
HSV(B) 290.71º 0.9% 0.98% -
XYZ 45.61 22 92.29 -
YUV 106.87 208.78 205.12 -
System Red Green Blue C M Y K H S L
Decimal 215 24 250 0.14 0.90 0 0.02 290.71 0.96 0.54
Hex D7 18 FA E 5A 0 2 123 60 36
Octal 327 30 372 16 132 0 2 443 140 66
Binary 11010111 11000 11111010 1110 1011010 0 10 100100011 1100000 110110

Color Harmonies of #D718FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718FA

Black with #D718FA

Text Example


Text Example

White with #D718FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718FA; }

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

 H1.HeaderClassName
 {
   color: #D718FA;
 }
 .AnyTagClassName
 {
   color: #D718FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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