Html Css Color HEX #D818FA Psychedelic Purple

📋 copy color: '#D818FA'

red 216 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D818FA

Tints of Psychedelic Purple #D818FA

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

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

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

R = 44.08%
G = 4.9%
B = 51.02%

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

#D818FA (or 0xD818FA) is known color: Psychedelic Purple. HEX triplet: D8, 18 and FA. RGB value is (216,24,250). Sum of RGB (Red+Green+Blue) = 216+24+250=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #D818FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D818FA is #27E705. Grayscale: #6A6A6A. Windows color (decimal): -2615046 or 16390360. OLE color: 16390360.

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

Color convert

RGB 216 24 250 -
CMYK 0.14 0.90 0 0.02
HSL 290.97º 0.96% 0.54% -
HSV(B) 290.97º 0.9% 0.98% -
XYZ 45.9 22.15 92.3 -
YUV 107.17 208.61 205.62 -
System Red Green Blue C M Y K H S L
Decimal 216 24 250 0.14 0.90 0 0.02 290.97 0.96 0.54
Hex D8 18 FA E 5A 0 2 123 60 36
Octal 330 30 372 16 132 0 2 443 140 66
Binary 11011000 11000 11111010 1110 1011010 0 10 100100011 1100000 110110

Color Harmonies of #D818FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818FA

Black with #D818FA

Text Example


Text Example

White with #D818FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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