Html Css Color HEX #D319EB Psychedelic Purple

📋 copy color: '#D319EB'

red 211 ◦ green 25 ◦ blue 235

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

Shades of Psychedelic Purple #D319EB

Tints of Psychedelic Purple #D319EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

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

R = 44.8%
G = 5.31%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D319EB (or 0xD319EB) is known color: Psychedelic Purple. HEX triplet: D3, 19 and EB. RGB value is (211,25,235). Sum of RGB (Red+Green+Blue) = 211+25+235=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D319EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319EB is #2CE614. Grayscale: #676767. Windows color (decimal): -2942485 or 15407571. OLE color: 15407571.

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

Color convert

RGB 211 25 235 -
CMYK 0.10 0.89 0 0.08
HSL 293.14º 0.84% 0.51% -
HSV(B) 293.14º 0.89% 0.92% -
XYZ 42.21 20.54 80.34 -
YUV 104.55 201.62 203.92 -
System Red Green Blue C M Y K H S L
Decimal 211 25 235 0.10 0.89 0 0.08 293.14 0.84 0.51
Hex D3 19 EB A 59 0 8 125 54 33
Octal 323 31 353 12 131 0 10 445 124 63
Binary 11010011 11001 11101011 1010 1011001 0 1000 100100101 1010100 110011

Color Harmonies of #D319EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D319EB

Black with #D319EB

Text Example


Text Example

White with #D319EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D319EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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