Html Css Color HEX #D318EB Psychedelic Purple

📋 copy color: '#D318EB'

red 211 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #D318EB

Tints of Psychedelic Purple #D318EB

RGB

 RED value IS 211 (82.81% from 255) = 44.89%

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 44.89%
G = 5.11%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D318EB (or 0xD318EB) is known color: Psychedelic Purple. HEX triplet: D3, 18 and EB. RGB value is (211,24,235). Sum of RGB (Red+Green+Blue) = 211+24+235=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #D318EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318EB is #2CE714. Grayscale: #676767. Windows color (decimal): -2942741 or 15407315. OLE color: 15407315.

HSL color Cylindrical-coordinate representation of color #D318EB: hue angle of 293.18º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D318EB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 24 235 -
CMYK 0.10 0.90 0 0.08
HSL 293.18º 0.84% 0.51% -
HSV(B) 293.18º 0.9% 0.92% -
XYZ 42.19 20.5 80.33 -
YUV 103.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 211 24 235 0.10 0.90 0 0.08 293.18 0.84 0.51
Hex D3 18 EB A 5A 0 8 125 54 33
Octal 323 30 353 12 132 0 10 445 124 63
Binary 11010011 11000 11101011 1010 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D318EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318EB

Black with #D318EB

Text Example


Text Example

White with #D318EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318EB; }

 p { color: rgb(211,24,235); }

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

background-color css

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

 a { background-color: rgb(211,24,235); }

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

border-color css

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

 span { border-color: rgb(211,24,235); }

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