Html Css Color HEX #D308EF Psychedelic Purple

📋 copy color: '#D308EF'

red 211 ◦ green 8 ◦ blue 239

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

Shades of Psychedelic Purple #D308EF

Tints of Psychedelic Purple #D308EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 46.07%
G = 1.75%
B = 52.18%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D308EF (or 0xD308EF) is known color: Psychedelic Purple. HEX triplet: D3, 08 and EF. RGB value is (211,8,239). Sum of RGB (Red+Green+Blue) = 211+8+239=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #D308EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D308EF is #2CF710. Grayscale: #5E5E5E. Windows color (decimal): -2946833 or 15665363. OLE color: 15665363.

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

Color convert

RGB 211 8 239 -
CMYK 0.12 0.97 0 0.06
HSL 292.73º 0.94% 0.48% -
HSV(B) 292.73º 0.97% 0.94% -
XYZ 42.53 20.25 83.33 -
YUV 95.03 209.25 210.72 -
System Red Green Blue C M Y K H S L
Decimal 211 8 239 0.12 0.97 0 0.06 292.73 0.94 0.48
Hex D3 8 EF C 61 0 6 125 5E 30
Octal 323 10 357 14 141 0 6 445 136 60
Binary 11010011 1000 11101111 1100 1100001 0 110 100100101 1011110 110000

Color Harmonies of #D308EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D308EF

Black with #D308EF

Text Example


Text Example

White with #D308EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D308EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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