Html Css Color HEX #D308EC Psychedelic Purple

📋 copy color: '#D308EC'

red 211 ◦ green 8 ◦ blue 236

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

Shades of Psychedelic Purple #D308EC

Tints of Psychedelic Purple #D308EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 46.37%
G = 1.76%
B = 51.87%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D308EC (or 0xD308EC) is known color: Psychedelic Purple. HEX triplet: D3, 08 and EC. RGB value is (211,8,236). Sum of RGB (Red+Green+Blue) = 211+8+236=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #D308EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308EC is #2CF713. Grayscale: #5D5D5D. Windows color (decimal): -2946836 or 15468755. OLE color: 15468755.

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

Color convert

RGB 211 8 236 -
CMYK 0.11 0.97 0 0.07
HSL 293.42º 0.93% 0.48% -
HSV(B) 293.42º 0.97% 0.93% -
XYZ 42.09 20.08 81.01 -
YUV 94.69 207.75 210.96 -
System Red Green Blue C M Y K H S L
Decimal 211 8 236 0.11 0.97 0 0.07 293.42 0.93 0.48
Hex D3 8 EC B 61 0 7 125 5D 30
Octal 323 10 354 13 141 0 7 445 135 60
Binary 11010011 1000 11101100 1011 1100001 0 111 100100101 1011101 110000

Color Harmonies of #D308EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308EC

Black with #D308EC

Text Example


Text Example

White with #D308EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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