Html Css Color HEX #D308EB Psychedelic Purple

📋 copy color: '#D308EB'

red 211 ◦ green 8 ◦ blue 235

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

Shades of Psychedelic Purple #D308EB

Tints of Psychedelic Purple #D308EB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

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

R = 46.48%
G = 1.76%
B = 51.76%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D308EB (or 0xD308EB) is known color: Psychedelic Purple. HEX triplet: D3, 08 and EB. RGB value is (211,8,235). Sum of RGB (Red+Green+Blue) = 211+8+235=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #D308EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308EB is #2CF714. Grayscale: #5D5D5D. Windows color (decimal): -2946837 or 15403219. OLE color: 15403219.

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

Color convert

RGB 211 8 235 -
CMYK 0.10 0.97 0 0.08
HSL 293.66º 0.93% 0.48% -
HSV(B) 293.66º 0.97% 0.92% -
XYZ 41.95 20.02 80.25 -
YUV 94.58 207.25 211.04 -
System Red Green Blue C M Y K H S L
Decimal 211 8 235 0.10 0.97 0 0.08 293.66 0.93 0.48
Hex D3 8 EB A 61 0 8 126 5D 30
Octal 323 10 353 12 141 0 10 446 135 60
Binary 11010011 1000 11101011 1010 1100001 0 1000 100100110 1011101 110000

Color Harmonies of #D308EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308EB

Black with #D308EB

Text Example


Text Example

White with #D308EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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