Html Css Color HEX #D310EB Psychedelic Purple

📋 copy color: '#D310EB'

red 211 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #D310EB

Tints of Psychedelic Purple #D310EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.46%

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

R = 45.67%
G = 3.46%
B = 50.87%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D310EB (or 0xD310EB) is known color: Psychedelic Purple. HEX triplet: D3, 10 and EB. RGB value is (211,16,235). Sum of RGB (Red+Green+Blue) = 211+16+235=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D310EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D310EB is #2CEF14. Grayscale: #626262. Windows color (decimal): -2944789 or 15405267. OLE color: 15405267.

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

Color convert

RGB 211 16 235 -
CMYK 0.10 0.93 0 0.08
HSL 293.42º 0.87% 0.49% -
HSV(B) 293.42º 0.93% 0.92% -
XYZ 42.04 20.22 80.28 -
YUV 99.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 211 16 235 0.10 0.93 0 0.08 293.42 0.87 0.49
Hex D3 10 EB A 5D 0 8 125 57 31
Octal 323 20 353 12 135 0 10 445 127 61
Binary 11010011 10000 11101011 1010 1011101 0 1000 100100101 1010111 110001

Color Harmonies of #D310EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D310EB

Black with #D310EB

Text Example


Text Example

White with #D310EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D310EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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